Skip to content

haandol/mxnet-deepsort-yolo3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages