/bb_tracking

This repository holds the tracking code for the BeesBook project. It supersedes the tracking code used for 2016 and supports different types of bees.

Primary LanguagePythonApache License 2.0Apache-2.0

bb_tracking

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).

Installation Instructions

To install the bb_tracking package, follow these steps:

  1. Install PyTorch and TorchVision using conda
conda install pytorch torchvision pytorch-cuda -c pytorch -c nvidia
  1. Install bb_tracking from the repository using pip:
pip install git+https://github.com/BioroboticsLab/bb_tracking