Hi all,
Just bought a fresh Pi5 and the AI kit to play around, however I’ve been unable to get the demos working. I’ve verified the chip is recognized by the system, TAPPAS core and the Gstreamer element (basically following this page: hailo-rpi5-examples/doc/install-raspberry-pi5.md at main · hailo-ai/hailo-rpi5-examples · GitHub)
However when I attempt any demo from this page: https://www.raspberrypi.com/documentation/computers/ai.html
I get:
[HailoRT] [error] CHECK failed - Error opening file /usr/share/hailo-models/yolov6n.hef
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
[HailoRT] [error] Failed parsing HEF file
[HailoRT] [error] Failed creating HEF
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
Failed to create infer model, status = 13
HailoRT not ready!
HailoRT not ready!
HailoRT not ready!
The camera feed opens, however no post-processing is applied and the not ready error repeats every second and rapidly fills the terminal.
Please advise on how to get this working, Ive installed everything required and run the checks, unsure why the model file would be missing or where to get it from.
Cheers,