Issue Running HEF File with Python3 on Raspberry Pi 5 + Hailo AI Kit

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.

Hey @Yasin_Cildir,

Welcome to the community! Good to have you here.

Could you share the specific error message you’re seeing and walk us through how you’re trying to deploy your HEF file? That’ll help us figure out what’s going wrong.