An example show how to inference yolov3 onnx model
- Download Yolov3 / Yolov3-tiny models.
- Paste onnx models to yolov3-onnx-inference path.
- Check models name are same as line 6 on the .py file.
- Run example code.
Inference image
$ python yolov3-img.py
$ python yolov3-tiny-img.py
Inference video
$ python yolov3-video.py
$ python yolov3-tiny-video.py