yolov6 / deploy /ONNX /README.md
Theivaprakasham's picture
adding app
be49b0b
|
raw
history blame contribute delete
No virus
466 Bytes

A newer version of the Gradio SDK is available: 4.43.0

Upgrade

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