Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 359 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 359 Bytes

Export OpenVINO Model

Check requirements

pip install --upgrade pip
pip install openvino-dev

Export script

python deploy/OpenVINO/export_openvino.py --weights yolov6s.pt --img 640 --batch 1

Speed test

benchmark_app -m yolov6s_openvino/yolov6s.xml -i data/images/image1.jpg -d CPU -niter 100 -progress