YoloV10-ncnn-Raspberry-Pi-4 icon indicating copy to clipboard operation
YoloV10-ncnn-Raspberry-Pi-4 copied to clipboard

How to convert correctly yolov10 from ultralytics sources?

Open ablyzniuk opened this issue 1 year ago • 2 comments

Please, can you give a precise, step by sted description how to convert ultralytics yolov10n model to the ncnn format. Params file you've got is different much from that that have been generated by ultralytics...

ablyzniuk avatar Jul 21 '24 14:07 ablyzniuk

Indeed. YoloV10 is "very new". Some operations are not yet implemented in ncnn. Until that time, adaptions need to be made in the onnx intermediate model as workaround. THU-MIG, adapted the YoloV10 to onnx models. And zhouweigogogo, adapted the onnx model to the ncnn framework. Please consult them with your porting issues.

Qengineering avatar Jul 21 '24 15:07 Qengineering

Indeed. YoloV10 is "very new". Some operations are not yet implemented in ncnn.

Until that time, adaptions need to be made in the onnx intermediate model as workaround.

THU-MIG, adapted the YoloV10 to onnx models. And zhouweigogogo, adapted the onnx model to the ncnn framework.

Please consult them with your porting issues.

Great thanks)))

ablyzniuk avatar Dec 01 '24 10:12 ablyzniuk