4blacks commited on
Commit
25e366d
ยท
verified ยท
1 Parent(s): 24e82b6

Rename requirements.txt to environment.yml

Browse files
Files changed (2) hide show
  1. environment.yml +20 -0
  2. requirements.txt +0 -11
environment.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 DELETED
@@ -1,11 +0,0 @@
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
- detectron2
9
- gradio
10
- Pillow
11
- pycocotools