Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 684 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 684 Bytes

Introduction

Example of MXNet YOLO3 based Deep-SORT implementation.

Running demo.py generates mis-detected images for finetuning YOLO3.

Deep-SORT implementation is mostly based on nwojke/deep_sort and Qidian213/deep_sort_yolov3

Quick Start

  1. Install dependencies
$ pip install -r requirements.txt
  1. Copy your own video file into the folder to test

  2. Run demo with BYO-video

$ python demo.py --src video.mp4 --out-dir images --fps 12
  1. Output Images. Frame images will be stored into output directory along with mis-detected objects.
$ ls images