Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 722 Bytes

File metadata and controls

23 lines (13 loc) · 722 Bytes

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