Skip to content

ZhijunLStudio/yolov7_openvino_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course

Installation

pip install -r requirements.txt

usage

Use the export script in the Yolov7 warehouse to export the onnx model in intermediate format

python export.py --weights weights/best.pt --fp16

Use the mo tool to export the onnx intermediate model to openvino model

mo --input_model weights/best.onnx --output_dir yolov7_openvino

run

python detect.py

About

Use openvino for yolov7 deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages