OVTrack builds upon mmdetection framework. Please install following packages. We use python 3.7, pytorch 1.10.0 and cuda 11.3 for our experiments.
Please install those packages following their official installation guide.
Install other dependencies using following command.
pip install -r requirements.txt
You can use following command to install TETA metric.
python -m pip install git+https://github.com/SysCV/tet.git/#subdirectory=teta
Please refer to TETA for the details of the metric.