HugoHE commited on
Commit
90ea7b5
·
1 Parent(s): 9eacd58

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -2
requirements.txt CHANGED
@@ -1,7 +1,13 @@
1
  opencv-python-headless
2
- torch==1.9.0
3
  pandas
4
  numpy
5
  matplotlib
 
 
 
 
 
 
 
 
6
  grad-cam
7
- detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html
 
1
  opencv-python-headless
 
2
  pandas
3
  numpy
4
  matplotlib
5
+ # Torch
6
+ --find-links https://download.pytorch.org/whl/cu113/torch_stable.html
7
+ torch==1.10.1+cu113
8
+ torchvision==0.11.2+cu113
9
+
10
+ # Detectron
11
+ --find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
12
+ detectron2
13
  grad-cam