Skip to content

Commit

Permalink
Detectron version issue #21
Browse files Browse the repository at this point in the history
  • Loading branch information
MendelXu committed Sep 11, 2023
1 parent 4d99b99 commit 3717176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python -m pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
python -m pip install -r requirements.txt
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git@v0.6'

0 comments on commit 3717176

Please sign in to comment.