Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,11 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
numpy==1.22.4
|
4 |
opencv-python-headless==4.5.5.64
|
5 |
openmim==0.1.5
|
6 |
-
torch==1.11.0
|
7 |
-
torchvision==0.12.0
|
8 |
gradio
|
9 |
Pillow
|
10 |
pycocotools
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.11.0
|
2 |
+
torchvision==0.12.0
|
3 |
numpy==1.22.4
|
4 |
opencv-python-headless==4.5.5.64
|
5 |
openmim==0.1.5
|
|
|
|
|
6 |
gradio
|
7 |
Pillow
|
8 |
pycocotools
|
9 |
+
mmcv-full==1.4.3
|
10 |
+
mmdet==2.20.0
|
11 |
+
git+https://github.com/Jingkang50/OpenPSG.git@hugging_face_demo
|
12 |
+
git+https://github.com/cocodataset/panopticapi.git
|
13 |
+
--find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.11/index.html
|
14 |
+
detectron2
|