Global Tracking Transformers for biological multi-object tracking.
- Clone the repository:
git clone https://github.com/talmolab/biogtr && cd biogtr
- Set up in a new conda environment:
conda env create -y -f environment.yml && conda activate biogtr
conda env remove -n biogtr