mannyray / sort

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 61.1%Language:Java 38.9%