Skip to content
/ sort Public

Simple Online Realtime Tracking algorithm for tracking objects in machine learning applications

License

Notifications You must be signed in to change notification settings

mannyray/sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SORT

This repository contains code for the Simple Online Realtime Tracking (SORT) algorithm.

The Java implementation was successfully used here.

To get started please see documentation in python_implementation/README.md and python_implementation/example/README.md. After, please see java_implementation/README.md. The Java implementation is a translation of the Python implementation. The implementation of SORT relies on the Kalman Filter. Go here to learn more about the Kalman Filter.

Implementation based on

Bewley, Alex, et al. "Simple online and realtime tracking." 2016 IEEE international conference on image processing (ICIP). IEEE, 2016.

About

Simple Online Realtime Tracking algorithm for tracking objects in machine learning applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published