hailo-ai / hailo_model_zoo

The Hailo Model Zoo includes pre-trained models and a full building and evaluation environment
MIT License
187 stars 35 forks source link

How to compile YOLOv5l ? #79

Open michelle123-creator opened 5 months ago

michelle123-creator commented 5 months ago

How to compile YOLOv5l and running in the hailo 8? I have follow this tutorial but I only converted to the har file, and what do I need to do next? Since there are no more yolo conversion details here yolov5l

omerwer commented 5 months ago

Hi @michelle123-creator, After the Parser step, you need to go through the Optimize step and then the Compiler step. The Optimize step is described in the Hailo Quantizer video and the Compiler step is described in the Hailo Compiler & Allocator video. You can also see all the steps in the Dataflow Compiler user guide in the Develop Zone under Documentation.

Regards,