Rathapoom commited on
Commit
555f8d3
1 Parent(s): 5441ba7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -10
requirements.txt CHANGED
@@ -10,8 +10,8 @@ requests>=2.23.0
10
  scipy>=1.4.1
11
  torch>=1.7.0,!=1.12.0
12
  torchvision>=0.8.1,!=0.13.0
13
- tqdm>=4.41.0
14
- protobuf<4.21.3
15
 
16
  # Logging -------------------------------------
17
 
@@ -22,20 +22,16 @@ pandas>=1.1.4
22
 
23
 
24
  # Export --------------------------------------
25
- # coremltools>=4.1 # CoreML export
26
- # onnx>=1.9.0 # ONNX export
27
- # onnx-simplifier>=0.3.6 # ONNX simplifier
28
  # scikit-learn==0.19.2 # CoreML quantization
29
- # tensorflow>=2.4.1 # TFLite export
30
- # tensorflowjs>=3.9.0 # TF.js export
31
  # openvino-dev # OpenVINO export
32
 
33
  # Extras --------------------------------------
34
  ipython # interactive notebook
35
  psutil # system utilization
36
- thop # FLOPs computation
37
- # albumentations>=1.0.3
38
- # pycocotools>=2.0 # COCO mAP
39
 
40
  ZipFile
41
  files
 
10
  scipy>=1.4.1
11
  torch>=1.7.0,!=1.12.0
12
  torchvision>=0.8.1,!=0.13.0
13
+
14
+
15
 
16
  # Logging -------------------------------------
17
 
 
22
 
23
 
24
  # Export --------------------------------------
25
+
26
+
 
27
  # scikit-learn==0.19.2 # CoreML quantization
28
+
 
29
  # openvino-dev # OpenVINO export
30
 
31
  # Extras --------------------------------------
32
  ipython # interactive notebook
33
  psutil # system utilization
34
+
 
 
35
 
36
  ZipFile
37
  files