Skip to content

tatsuya-fukuoka/FreeYOLO-onnx-infer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeYOLO-onnx

Infer FreeYOLO for images and videos with onnx model.

Image Test PNG

1.pip install

pip install -U pip && pip install opencv-python onnxruntime

2.pretraind-model

Taken from the official Github repository: FreeYOLO/deployment/ONNXRuntime

3.Inference

3.1 Image

python onnx_inference.py --mode image --model model/yolo_free_tiny_opset_11.onnx -i test.jpg -s 0.3 --img_size 640

3.2Video

python onnx_inference.py --mode video --model model/yolo_free_tiny_opset_11.onnx -i sample.mp4 -s 0.3 --img_size 640

4.Reference

About

Infer FreeYOLO for images and videos with onnx model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published