hankkkwu / multiple_object_tracking

Using YOLO3 to do object detection, then using Hungarian Algorithm to track objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Objects Tracking

1. Using YOLOv3 to do object detection

2. Apply Hungarian Algorithm to track multiple objects

Here is the result video on Paris road:

result video1

Here is the result video on MOT16-13:

result video2

Here is the result video on MOT16-14:

result video3

3. Combine the Hungarian Algorithm with Kalman Filter to track multiple objects

Here is the result video on Paris road:

result video4

Here is the result video on MOT16-13:

result video5

Here is the result video on MOT16-14:

result video6

About

Using YOLO3 to do object detection, then using Hungarian Algorithm to track objects


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%