I’m trying to deploy my retrained YOLOv8n model on a Raspberry Pi 5 with the Hailo AI HAT kit.
I’m using the basic detect.py pipeline to load the labels and the compiled HEF file. The script runs without any errors in the terminal, but the video window doesn’t appear, and I can’t exit the process with Ctrl+C — it just hangs.
Has anyone experienced this before or knows what might be causing it?