Spaces:
Runtime error
Runtime error
joonhyun.jeong
commited on
Commit
·
6bb2c3b
1
Parent(s):
d99b8ab
open proxydet
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
# pip install -r requirements.txt
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
#
|
11 |
-
numpy>=1.18.5
|
12 |
-
torch>=1.
|
13 |
-
torchvision>=0.8.1
|
14 |
-
git+https://github.com/huggingface/transformers.git
|
15 |
-
opencv-python
|
|
|
1 |
# pip install -r requirements.txt
|
2 |
+
torch<=1.11.0
|
3 |
+
torchvision<=0.12.0
|
4 |
+
mmcv-full<=1.6.0 -f https://download.openmmlab.com/mmcv/dist/cu115/torch1.11.0/index.html
|
5 |
+
opencv-python<=4.6.0
|
6 |
+
mss<=6.1.0
|
7 |
+
timm<=0.5.4
|
8 |
+
lvis
|
9 |
+
nltk<=3.7
|
10 |
+
#git+https://github.com/facebookresearch/detectron2.git
|
11 |
+
#numpy>=1.18.5
|
12 |
+
#torch>=1.7.0
|
13 |
+
#torchvision>=0.8.1
|
14 |
+
#git+https://github.com/huggingface/transformers.git
|
15 |
+
#opencv-python
|