hailo-ai / Hailo-Application-Code-Examples

MIT License
72 stars 37 forks source link

How do I convert Yolov8s.onnx to Yolov8s.hef? #321

Open darrenearl opened 1 day ago

darrenearl commented 1 day ago

How do I compile the onnx of YOLOv8 to the hef file? Do I need to modify the Python code?

nina-vilela commented 1 day ago

Hi @darrenearl,

You only need to perform the conversion process if you have re-trained the model. Otherwise, you can download pre-trained models from our ModelZoo.

If you do need to go through the compilation process, I would recommend checking our Dataflor Compiler documentation available in the devzone section of our website. For any questions on the way, please check our forum.