Skip to content

Files

Latest commit

1046447 · Jun 29, 2022

History

History
This branch is 540 commits behind meituan/YOLOv6:main.

ONNX

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 23, 2022
Jun 29, 2022

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