Metadata-Version: 2.1
Name: cjm-byte-track
Version: 0.0.3
Summary: A standalone Python implementation of the ByteTrack multi-object tracker based on the official implementation.
Home-page: https://github.com/cj-mills/cjm-byte-track
Author: Christian Mills
Author-email: millscj@protonmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: dev

# cjm-byte-track

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

A standalone Python implementation of the
[ByteTrack](https://arxiv.org/abs/2110.06864) multi-object tracker based
on the [official
implementation](https://github.com/ifzhang/ByteTrack/tree/main/yolox/tracker).

## Install

``` sh
pip install cjm_byte_track
```

## How to use
