Skip to content

Latest commit

 

History

History
34 lines (33 loc) · 902 Bytes

INSTALL.md

File metadata and controls

34 lines (33 loc) · 902 Bytes

Installation

  • python >= 3.6
  • pytorch 1.10 & torchvision: Refer to pytorch.org
conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=10.2 -c pytorch
python -m pip install detectron2 -f \
  https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.10/index.html
  • other packages
pip install -r requirements.txt
  • clip
pip install git+https://github.com/openai/CLIP.git
  • mask adapted clip
pip install -e third_parties/mask_adapted_clip 
  • CUDA kernel for MSDeformAttn
cd openvis/modeling/pixel_decoder/ops
bash make.sh
pip install git+https://github.com/sennnnn/TrackEval.git