Spaces:
Build error
Build error
update
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
--find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
|
2 |
-
mmcv-full==1.3.
|
|
|
|
|
|
|
3 |
einops
|
4 |
timm
|
5 |
Pillow
|
|
|
1 |
--find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
|
2 |
+
mmcv-full==1.3.17
|
3 |
+
mmdet==2.11.0
|
4 |
+
torch==1.10.0
|
5 |
+
torchvision
|
6 |
einops
|
7 |
timm
|
8 |
Pillow
|