sshi commited on
Commit
bf27ec3
1 Parent(s): c37ceb0

Add requirement file

Browse files
Files changed (1) hide show
  1. requirements.txt +41 -0
requirements.txt ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Usage: pip install -r requirements.txt
2
+
3
+ # Base ----------------------------------------
4
+ matplotlib>=3.2.2
5
+ numpy>=1.18.5
6
+ opencv-python>=4.1.1
7
+ Pillow>=7.1.2
8
+ PyYAML>=5.3.1
9
+ requests>=2.23.0
10
+ scipy>=1.4.1
11
+ torch==1.7.0
12
+ torchvision>=0.8.1,!=0.13.0
13
+ tqdm>=4.41.0
14
+ protobuf<4.21.3
15
+ yacs
16
+
17
+ # Logging -------------------------------------
18
+ tensorboard>=2.4.1
19
+ # wandb
20
+
21
+ # Plotting ------------------------------------
22
+ pandas>=1.1.4
23
+ seaborn>=0.11.0
24
+
25
+ # Export --------------------------------------
26
+ # coremltools>=4.1 # CoreML export
27
+ # onnx>=1.9.0 # ONNX export
28
+ # onnx-simplifier>=0.3.6 # ONNX simplifier
29
+ # scikit-learn==0.19.2 # CoreML quantization
30
+ # tensorflow>=2.4.1 # TFLite export
31
+ # tensorflowjs>=3.9.0 # TF.js export
32
+ # openvino-dev # OpenVINO export
33
+
34
+ # Extras --------------------------------------
35
+ ipython # interactive notebook
36
+ psutil # system utilization
37
+ thop # FLOPs computation
38
+
39
+ # albumentations>=1.0.3
40
+ # pycocotools>=2.0 # COCO mAP
41
+ # roboflow