Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 770 Bytes

File metadata and controls

14 lines (8 loc) · 770 Bytes

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.