I am trying to create a conversion from yolov11n_seg onnx model to hef.
The onnx model is exported through the ultralytics yolo cli natively. and along with that. I got the data.yaml file containing nc and name of classes.
I am not certain on how shall I define the yaml file, If a new alls files is required etc.
I have gone through several tries and did’nt manage to do so.
will be glad to provide more info if I’m missing something
Thanks!
Don’t forget to set the right hardware architecture (hailo15h, hailo8, etc.).
A Few Extra Notes:
YAML vs ALLS: YAML is fine for simpler use cases and common models. If you need custom pre/post-processing, go with an alls script instead. You can’t use both at once.
Validation: After each stage (parse, optimize, compile), it’s a good idea to run hailo profiler or test with the SDK to make sure everything still works and accuracy looks good.
Let me know if anything’s unclear or if you hit any roadblocks!