.editorconfig
.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/bytetrack.md
docs/changelog.md
docs/contributing.md
docs/detection.md
docs/faq.md
docs/index.md
docs/installation.md
docs/usage.md
docs/examples/example.jpg
docs/examples/intro.ipynb
docs/examples/vid.mp4
docs/overrides/main.html
supertracker/__init__.py
supertracker.egg-info/PKG-INFO
supertracker.egg-info/SOURCES.txt
supertracker.egg-info/dependency_links.txt
supertracker.egg-info/entry_points.txt
supertracker.egg-info/requires.txt
supertracker.egg-info/top_level.txt
supertracker/bytetrack/__init__.py
supertracker/bytetrack/core.py
supertracker/bytetrack/kalman_filter.py
supertracker/bytetrack/matching.py
supertracker/bytetrack/single_object_track.py
supertracker/bytetrack/utils.py
supertracker/detection/__init__.py
supertracker/detection/config.py
supertracker/detection/core.py
supertracker/detection/utils.py
tests/__init__.py
tests/conftest.py
tests/test_bytetrack.py
tests/test_detections.py