Skip to content

Files

Latest commit

47cbeb1 · Apr 28, 2023

History

History
This branch is 12 commits ahead of, 1 commit behind meituan/YOLOv6:main.

OpenVINO

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 4, 2022
Apr 28, 2023

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