akhaliq HF Staff commited on
Commit
8669d53
·
1 Parent(s): 8e7586d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -3
requirements.txt CHANGED
@@ -1,4 +1,29 @@
1
- torch
2
- torchvision
 
 
3
  Pillow
4
- opencv-python
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # base ----------------------------------------
2
+ matplotlib>=3.2.2
3
+ numpy>=1.18.5
4
+ opencv-python-headless
5
  Pillow
6
+ PyYAML>=5.3.1
7
+ scipy>=1.4.1
8
+ torch>=1.7.0
9
+ torchvision>=0.8.1
10
+ tqdm>=4.41.0
11
+
12
+ # logging -------------------------------------
13
+ tensorboard>=2.4.1
14
+ # wandb
15
+
16
+ # plotting ------------------------------------
17
+ seaborn>=0.11.0
18
+ pandas
19
+
20
+ # export --------------------------------------
21
+ # coremltools>=4.1
22
+ # onnx>=1.9.0
23
+ # scikit-learn==0.19.2 # for coreml quantization
24
+
25
+ # extras --------------------------------------
26
+ # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
27
+ # pycocotools>=2.0 # COCO mAP
28
+ # albumentations>=1.0.3
29
+ thop # FLOPs computation