I am following the link below to run Yolo on Rasphberry Pi 5.
Tutorial of AI Kit with Raspberry Pi 5 about YOLOv8n object detection | Seeed Studio Wiki
But when I run hailomz parse --hw-arch hailo8l --ckpt ./best.onnx yolov8n
I am getting the error below.
miniconda3/envs/hailo_env/lib/python3.10/site-packages/hailo_model_zoo/core/infer/hw_infer_utils.py", line 6, in
from hailo_platform import (
ModuleNotFoundError: No module named ‘hailo_platform’
Is there any step missing? Thanks.