Installation

From source

You can also install the latest commit from source

$ git clone https://github.com/raphaelreme/byotrack
$ cd byotrack
$ python setup.py install

Development

$ pip install -r requirements-dev.txt
# If you need to build the documentation locally
$ pip install -r docs/requirements.txt

Additional requirements

Some tracker implementations require additional dependencies that are not installed with the library, to use them you need to install their dependencies on your own. Here is the complete list:

For visualization with byotrack.visualize module, you need to install matplotlib