Metadata-Version: 2.4
Name: track-sort-py
Version: 0.1.0
Home-Page: https://gitlab.com/leandrosansilva/track-sort-py
License: Apache 2.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://gitlab.com/leandrosansilva/track-sort-py.git

# Track SORT

This is a implementation of the SIMPLE ONLINE AND REALTIME TRACKING paper [1],
or SORT for short, for Python.

It essentially wraps the Rust implementation from https://gitlab.com/leandrosansilva/track-sort-rs

Its interface differs considerably from the original reference implementation
from https://github.com/abewley/sort.

## TODO

- Document it
- Benchmark it against reference implementation

[1] https://arxiv.org/pdf/1602.00763

