This repository holds the tracking code for the BeesBook project.
It supersedes the tracking code used in 2015 and 2016 (published as Boenisch et al., 2018) and supports different states of bees (in a cell, on the glass, unmarked, with tag).
To install the bb_tracking package, follow these steps:
- Install PyTorch and TorchVision using conda
conda install pytorch torchvision pytorch-cuda -c pytorch -c nvidia
- Install bb_tracking from the repository using pip:
pip install git+https://github.com/BioroboticsLab/bb_tracking