Hi! I’m having issues running my converted to .hef from yolov8 model.
When I run:
python3 basic_pipelines/detection.py --hef-path resources/bestn3.hef --input rpi --labels-json resources/cytron-labels.json
I get this error below, even though I installed everything (I guess).
Traceback (most recent call last):
File "/home/pi/Kim/hailo-rpi5-examples/basic_pipelines/detection.py", line 9, in <module>
from hailo_apps_infra.hailo_rpi_common import (
ModuleNotFoundError: No module named 'hailo_apps_infra'
Please, is there anything I can do to run my model without any errors?