Skip to content

Experimenting with sort different classical tracking algorithms for real time multiple object tracking (MOT)

License

Notifications You must be signed in to change notification settings

ZidanMusk/experimenting-with-sort

Repository files navigation

Experimenting with SORT

Experimenting with sort different classical tracking algorithms for realtime multiple object tracking (MOT).

Description:

  • This is an experiment on Oxford Town Centre Dataset to compare between kalman filter tracker (a motion model) and dlib correlation tracker (an appearance model) in the domain of realtime tracking of multiple objects (pedestrians) in a video sequence (MOT).
  • We used the same data association techniques of sort.

Results:


Note:

  • The detector/ground truth was used only for ~40% of the time.
  • We noticed from the above outputs that Kalman tracker is more robust in highly occluded scenes.
  • Kalman tracker is also about 10x faster, and so it is more suitable for realtime MOT.

Dependencies:

Usage:

  • To test with dlib tracker (default is kalman):
python main.py --dlib
  • To save frames with tracking output:
python main.py --save
  • To disable online tracking display:
python main.py --NoDisplay

About

Experimenting with sort different classical tracking algorithms for real time multiple object tracking (MOT)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages