Hello community,
first of all: I am a mechatronics engineer not a programmer (but I do my best to tackle the programming wit AI support
)
What I want to setup:
I have a Pi 5 with an Hailo8 26top ai hat. I want to setup a fast and light yolov8s_pose model.
Issues:
(maybe someone can compile a yolov8s_pose.hef for a pi5 with hailo8 ai hat with NV12 vid input)
the raspberry module3 camera sends the vid stream via NV12, but the pre-compiled *.hef models only support RGB input. I wanted to compile a yolov8s_pose.hef with NV12 to RGB conersion on the hailo8 chip. This where the diaster started ![]()
Docker for windows = no nvidia support
ubuntu native = no nvidia support and NV12 activation did not work
I am a bit desperate currently…