/bb_tracking

Python code to perform tracking and evaluate the performance of tracking algorithms for the beesbook project.

Primary LanguagePython

bb_tracking

Build Status Coverage Status Documentation Status

Python code to perform tracking and evaluate the performance of tracking algorithms for the beesbook project.

Python Interface

To install the python interface simply run:

$ pip install git+https://github.com/BioroboticsLab/bb_tracking.git

Developers use the following setup:

First clone the repository, then enter the directory and run:

$ pip install -e .[develop]

Depending on your python environment you might also have to run:

$ pip install -r requirements-dev.txt

Documentation and Tutorials

Check the documentation and the Getting Started with bb_tracking notebook.

Note that you will need IPython and Jupyter for the Getting Started notebook. They are not part of this module and you will have to install them by yourself.