However, I don’t fully understand the content. I followed the steps by copying and pasting the commands.
I encountered an error when running the following command:
python hailo_model_zoo/main.py compile yolov8n --ckpt best.onnx --hw-arch hailo8l --calib-path /home/aaa/datasets/train/images --classes 3 --performance
After installing HailoRT, the “No module named ‘hailo_platform’” error was resolved, but I am now facing a different error that stops the process.
After researching the meaning of the parameters and adjusting the settings, I was able to resolve the issue on my own. I sincerely appreciate your time and support. Thank you very much.