cesar commited on
Commit
63dbd03
·
1 Parent(s): db872fc

Create requirements.txt

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