sundea commited on
Commit
a20948f
1 Parent(s): 54b42af

Update requirements.txt

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