
conda create -n vetrack python=3.7 
conda activate vetrack 

pip install torch==1.0.0 torchvision==0.2 -f https://download.pytorch.org/whl/torch_stable.html
pip install matplotlib opencv-python scipy=1.1.0 scikit-image -i https://pypi.tuna.tsinghua.edu.cn/simple 




cd modules/roi_align/ && python setup.py build_ext --inplace

