Spaces:
Build error
Build error
Rename environment.yml to requirements.txt
Browse files- environment.yml +0 -20
- requirements.txt +11 -0
environment.yml
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
name: openpsg
|
2 |
-
channels:
|
3 |
-
- pytorch
|
4 |
-
- conda-forge
|
5 |
-
- defaults
|
6 |
-
dependencies:
|
7 |
-
- python=3.8
|
8 |
-
- pytorch=1.11.0
|
9 |
-
- torchvision=0.12.0
|
10 |
-
- numpy=1.22.4
|
11 |
-
- opencv
|
12 |
-
- pillow
|
13 |
-
- pip
|
14 |
-
- pip:
|
15 |
-
- mmcv-full==1.4.3
|
16 |
-
- mmdet==2.20.0
|
17 |
-
- openmim==0.1.5
|
18 |
-
- gradio
|
19 |
-
- pycocotools
|
20 |
-
- detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.11/index.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
mmcv-full==1.4.3
|
2 |
+
mmdet==2.20.0
|
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 |
+
git+https://github.com/facebookresearch/detectron2.git
|