Skip to content

CuteCake/Multi-Object-Tracker-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi object tracking

Demo video: https://www.youtube.com/watch?v=-E1bOhiTmi0

A multi object tracking agrithm in python

The kalman filter is in motionModels.py. The tracker is in tracker.py,

An enviroment that generates a bunch of points

Points are generated using constant velocity constant turning model.

This enviroment can generate non-stable update frequency, look at self.clock.tick() This enviroment can generate dropping observation and adding random noise to the observation. This enviroment can generate random false positive observation.

It also outputs the visualization of the enviroment using a pygame window

Red dots are the observation, white dots are the groud truth, other dots are the prediction

Dependency:

How to use:

open tracker.py, click run

Author: Zhihao

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages