pksh commited on
Commit
85ba4e5
1 Parent(s): 0d8c4c8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +42 -0
requirements.txt ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=1.8.11
2
+ torchvision>=0.9.1
3
+ torchaudio>=0.8.1
4
+ numpy
5
+ scipy
6
+ Pillow
7
+ matplotlib
8
+ scikit-image
9
+ librosa
10
+ timm
11
+ einops
12
+
13
+ gradio
14
+ transformers
15
+ sentencepiece
16
+ accelerate
17
+
18
+ wandb
19
+
20
+ # sudo apt-get install libsndfile-dev
21
+ # sndfile
22
+
23
+ # To support object detection and segmentation
24
+
25
+ # https://mmdetection.readthedocs.io/en/latest/get_started.html
26
+ # (MacOS)
27
+ # git clone https://github.com/open-mmlab/mmcv.git
28
+ # cd mmcv
29
+ # MMCV_WITH_OPS=1 python3 -m pip install -e .
30
+
31
+ # Ubuntu
32
+ #pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.8.0/index.html
33
+
34
+ #
35
+ # mmdet-2.14.0
36
+ # git clone https://github.com/open-mmlab/mmdetection.git
37
+ # cd mmdetection
38
+ # pip3 install -r requirements/build.txt
39
+ # pip3 install -v -e .
40
+
41
+ # To use COCO datatset
42
+ #pip3 install git+https://github.com/waleedka/coco.git#subdirectory=PythonAPI