Zengyf-CVer commited on
Commit
d8000d0
1 Parent(s): 56ffc47

app update

Browse files
Files changed (1) hide show
  1. requirements.txt +26 -26
requirements.txt CHANGED
@@ -3,47 +3,47 @@
3
  # pip 22.1.2
4
 
5
  # Base ----------------------------------------
6
- matplotlib==3.5.2
7
- numpy==1.21.0
8
- opencv-python==4.5.5.64
9
- Pillow==9.2.0
10
- PyYAML==6.0
11
- requests==2.28.1
12
- scipy==1.5.4 # Google Colab version
13
- torch==1.11.0 # https://github.com/ultralytics/yolov5/issues/8395
14
- torchvision>=0.12.0 # https://github.com/ultralytics/yolov5/issues/8395
15
- tqdm==4.64.0
16
- protobuf==3.19.4 # https://github.com/ultralytics/yolov5/issues/8012
17
 
18
 
19
  # Streamlit YOLOv5 Model2X
20
- streamlit==1.10.0
21
 
22
 
23
  # Logging -------------------------------------
24
- tensorboard==2.9.1
25
  # wandb
26
 
27
  # Plotting ------------------------------------
28
- pandas==1.1.5
29
- seaborn==0.11.2
30
 
31
  # Export --------------------------------------
32
- coremltools==5.2.0 # CoreML export
33
- onnx==1.12.0 # ONNX export
34
- onnx-simplifier==0.4.0 # ONNX simplifier
35
- onnxruntime-gpu==1.11.1
36
  # nvidia-pyindex==1.0.9
37
  # nvidia-tensorrt==8.4.1.5
38
- scikit-learn==0.24.2 # CoreML quantization
39
- tensorflow==2.4.1 # TFLite export
40
- tensorflowjs==3.18.0 # TF.js export
41
- openvino-dev==2022.1.0 # OpenVINO export
42
 
43
  # Extras --------------------------------------
44
- ipython==8.4.0 # interactive notebook
45
- psutil==5.9.1 # system utilization
46
- thop==0.1.0.post2207010342 # FLOPs computation
47
  # albumentations>=1.0.3
48
  # pycocotools>=2.0 # COCO mAP
49
  # roboflow
 
3
  # pip 22.1.2
4
 
5
  # Base ----------------------------------------
6
+ matplotlib
7
+ numpy
8
+ opencv-python
9
+ Pillow
10
+ PyYAML
11
+ requests
12
+ scipy # Google Colab version
13
+ torch # https://github.com/ultralytics/yolov5/issues/8395
14
+ torchvision # https://github.com/ultralytics/yolov5/issues/8395
15
+ tqdm
16
+ protobuf # https://github.com/ultralytics/yolov5/issues/8012
17
 
18
 
19
  # Streamlit YOLOv5 Model2X
20
+ streamlit
21
 
22
 
23
  # Logging -------------------------------------
24
+ tensorboard
25
  # wandb
26
 
27
  # Plotting ------------------------------------
28
+ pandas
29
+ seaborn
30
 
31
  # Export --------------------------------------
32
+ coremltools # CoreML export
33
+ onnx # ONNX export
34
+ onnx-simplifier # ONNX simplifier
35
+ onnxruntime-gpu
36
  # nvidia-pyindex==1.0.9
37
  # nvidia-tensorrt==8.4.1.5
38
+ scikit-learn # CoreML quantization
39
+ tensorflow # TFLite export
40
+ tensorflowjs # TF.js export
41
+ openvino-dev # OpenVINO export
42
 
43
  # Extras --------------------------------------
44
+ ipython # interactive notebook
45
+ psutil # system utilization
46
+ thop # FLOPs computation
47
  # albumentations>=1.0.3
48
  # pycocotools>=2.0 # COCO mAP
49
  # roboflow