Skip to content

ababycat/CircleTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

modified log

  • 2018.07.26

    Vectorize the distance cost function implementation.

Video demo

Generate video

cd CircleTrack
python partical

Video demo

python video_demo.py

Results

Image

I generated the results use a big duration for seeing the results clearly.

Simulate

cd CircleTrack
python track.py

Results

Image text

Waiting for implement......

Implement by C++

Evaluate Algrithm

Generate the prediction every frame, and calculate MOT tracking metrics.

About

Multi objects tracking framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages