Skip to content

zxcv1884/yolov3-onnx-inference

Repository files navigation

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

About

An example show how to inference yolov3 onnx model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages