Track multiple object use kalman filter, reimplement by python. learned from this website: https://www.mathworks.com/help/vision/examples/motion-based-multiple-object-tracking.html
Framework for Multi Objects Tracking.
-
2018.07.26
Vectorize the distance cost function implementation.
Generate video
cd CircleTrack
python partical
Video demo
python video_demo.py
I generated the results use a big duration for seeing the results clearly.
cd CircleTrack
python track.py
Generate the prediction every frame, and calculate MOT tracking metrics.

