WongKinYiu / yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
GNU General Public License v3.0
8.8k stars 1.36k forks source link

YOLOv9 .pt => .onnx ? #468

Open Trollicus opened 3 months ago

Trollicus commented 3 months ago

okay I've trained module using the roboflow but I couldn't find how can I export that .pt into an .onnx ?

daaiwusheng commented 3 months ago

you could use export.py, and set the --include default as onnx.

Trollicus commented 3 months ago

you could use export.py, and set the --include default as onnx.

I find it hard to run it without getting errors