INSTALL.md
February 3, 2024 ยท View on GitHub
Installation
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.
Requirements
Please install those packages following their official installation guide.
Install other dependencies using following command.
pip install -r requirements.txt
Install TETA Metric
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.