Skip to content

Latest commit

 

History

History
 
 

ONNX

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Export ONNX Model

Check requirements

pip install onnx>=1.10.0

Export script

python deploy/ONNX/export_onnx.py --weights yolov6s.pt --img 640 --batch 1

Download