When I run the sample example below, an error occurs. I would like to ask for your advice.
(hailo8) pi@CM3588:~/Hailo-Application-Code-Examples-main/runtime/python/object_detection$ python object_detection.py -n /home/ubuntu/workspace/project/hailo/model/yolov8n.hef -i ./zidane.jpg -l coco.txt
Traceback (most recent call last):
File “object_detection.py”, line 2, in
from utils import HailoAsyncInference, load_input_images, validate_images, divide_list_to_batches
ImportError: cannot import name ‘HailoAsyncInference’ from ‘utils’ (/home/pi/miniconda3/envs/hailo8/lib/python3.8/site-packages/utils/init.py)