Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 967 Bytes

INSTALL.md

File metadata and controls

30 lines (22 loc) · 967 Bytes

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.