Installation guide [1]

Clone the repository

git clone https://github.com/PbTrack/pb-track.git
cd pb-track

Manage the environment

Create and activate a new environment with conda

conda create -n tracklab pip python=3.10 pytorch==1.13.0 torchvision==0.14.0 pytorch-cuda=11.7 -c pytorch -c nvidia -y
conda activate tracklab

You might need to change your torch installation depending on your hardware. Please check on Pytorch website to find the right version for you.

Note

You can also install the framework in a regular python virtual environment, and can then install the dependencies directly, but make sure that you install it in a separate environment !

For advanced users, this project can also be installed with Poetry.

Install the dependencies

Get into your repo and install the requirements with :

pip install -e .
mim install mmcv-full