eldavid commited on
Commit
e65f4ff
1 Parent(s): e5deebe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +30 -3
requirements.txt CHANGED
@@ -1,5 +1,32 @@
1
- transformers
2
- torch
 
 
 
 
 
3
  Pillow
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  gradio
5
- timm
 
 
 
 
 
 
 
 
 
 
1
+ # pip install -r requirements.txt
2
+
3
+ # base ----------------------------------------
4
+ Cython
5
+ matplotlib>=3.2.2
6
+ numpy>=1.18.5
7
+ opencv-python>=4.1.2
8
  Pillow
9
+ PyYAML>=5.3.1
10
+ scipy>=1.4.1
11
+ tensorboard>=2.2
12
+ torch>=1.7.0
13
+ torchvision>=0.8.1
14
+ tqdm>=4.41.0
15
+
16
+ # logging -------------------------------------
17
+ # wandb
18
+
19
+ # plotting ------------------------------------
20
+ seaborn>=0.11.0
21
+ pandas
22
  gradio
23
+ markupsafe==2.0.1
24
+
25
+ # export --------------------------------------
26
+ # coremltools>=4.1
27
+ # onnx>=1.8.1
28
+ # scikit-learn==0.19.2 # for coreml quantization
29
+
30
+ # extras --------------------------------------
31
+ thop # FLOPS computation
32
+ pycocotools>=2.0 # COCO mAP