Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 626 Bytes

yolov3-onnx-inference

An example show how to inference yolov3 onnx model


Quick Start

  1. Download Yolov3 / Yolov3-tiny models.
  2. Paste onnx models to yolov3-onnx-inference path.
  3. Check models name are same as line 6 on the .py file.
  4. 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