You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run inference with a YOLOv8 model for object detection and tracking. I followed the steps and installed all the required dependencies. However, when I run the command: $ ./detection_with_tracker.py -i input_video.mp4 -o output_video.mp4 -l coco.txt -s 0.5
I get the following error: ModuleNotFoundError: No module named 'hailo_platform'
I found online that hailo_platform is not currently supported on Raspberry Pi 5. Can anyone provide support or guidance on how to solve the hailo_platform issue, or run the detection_with_tracker.py script without hailo_platform?
My ultimate goal is to perform YOLO model inference on (Raspberry Pi 5 + Hailo8) and obtain the detected object IDs.
Looking for your reply.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to run inference with a YOLOv8 model for object detection and tracking. I followed the steps and installed all the required dependencies. However, when I run the command:
$ ./detection_with_tracker.py -i input_video.mp4 -o output_video.mp4 -l coco.txt -s 0.5
I get the following error:
ModuleNotFoundError: No module named 'hailo_platform'
I found online that hailo_platform is not currently supported on Raspberry Pi 5. Can anyone provide support or guidance on how to solve the hailo_platform issue, or run the detection_with_tracker.py script without hailo_platform?
My ultimate goal is to perform YOLO model inference on (Raspberry Pi 5 + Hailo8) and obtain the detected object IDs.
Looking for your reply.
Thanks.
The text was updated successfully, but these errors were encountered: