Hi everyone,
I’m currently using a Raspberry Pi 5 + Hailo AI Kit setup and trying to run a YOLOv8 model (in HEF format) using Python 3, as shown in this video:
I followed the setup from this GitHub repository: GitHub - LukeDitria/RasPi_YOLO: Training and Deploying a YOLO Object detector on a RasPi AI Camera or AI HAT
However, when I try to run the Python code with the HEF file, I get an error related to the Hailo Python libraries. Unfortunately, the exact error is not very clear to me, and I couldn’t find any solution in the documentation or related forums.