Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 520 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 520 Bytes

Multi object tracking with OpenCV trackers

Reimplemented SORT (Simple Online and Realtime Tracking- https://arxiv.org/abs/1602.00763) framework for multi object detection to be compatible with opencv provided trackers (BOOSTING, MIL, KCF, CSRT, MedianFlow, TLD, MOSSE, GOTURN) and given frozen graphs.

Recommended Directory Tree Structure

alt text

Output Example

alt text

  • White BBOXs are Detections.
  • Colored BBOXs are Predictions.