sachinkmohan / yolov3-onnx-inference

An example show how to inference yolov3 onnx model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changes in this repo

  • Updated yolov3-video.py file

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


Languages

Language:Python 100.0%