Spaces:
Runtime error
Runtime error
liangfeng
commited on
Commit
•
0839f49
1
Parent(s):
07bb7b3
update detectron2
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -9,4 +9,7 @@ opencv-python
|
|
9 |
pandas
|
10 |
torch==1.10.1
|
11 |
torchvision==0.11.2
|
12 |
-
|
|
|
|
|
|
|
|
9 |
pandas
|
10 |
torch==1.10.1
|
11 |
torchvision==0.11.2
|
12 |
+
|
13 |
+
# Detectron
|
14 |
+
--find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
|
15 |
+
detectron2
|