Spaces:
Running
Running
Commit
·
726aea9
1
Parent(s):
c61a191
Update requirements.txt
Browse files- requirements.txt +11 -17
requirements.txt
CHANGED
@@ -1,31 +1,25 @@
|
|
1 |
# Base ----------------------------------------
|
2 |
-
matplotlib>=3.2.2
|
3 |
numpy>=1.22.3
|
4 |
opencv-python-headless>=4.5.5.64
|
5 |
Pillow>=7.1.2
|
6 |
-
PyYAML>=5.3.1
|
7 |
-
requests>=2.23.0
|
8 |
-
scipy>=1.4.1 # Google Colab version
|
9 |
torch>=1.7.0
|
10 |
torchvision>=0.8.1
|
11 |
-
tqdm>=4.41.0
|
12 |
|
13 |
# Gradio YOLOv5 Det ----------------------------------------
|
14 |
gradio>=3.0.3
|
15 |
-
wget>=3.2
|
16 |
-
rich>=12.2.0
|
17 |
-
fpdf>=1.7.2
|
18 |
-
plotly>=5.7.0
|
19 |
-
bokeh>=2.4.2
|
20 |
-
openpyxl>=3.0.10
|
21 |
|
22 |
# Logging -------------------------------------
|
23 |
-
tensorboard>=2.4.1
|
24 |
# wandb
|
25 |
|
26 |
# Plotting ------------------------------------
|
27 |
-
pandas>=1.1.4
|
28 |
-
seaborn>=0.11.0
|
29 |
|
30 |
# Export --------------------------------------
|
31 |
# coremltools>=4.1 # CoreML export
|
@@ -37,9 +31,9 @@ seaborn>=0.11.0
|
|
37 |
# openvino-dev # OpenVINO export
|
38 |
|
39 |
# Extras --------------------------------------
|
40 |
-
ipython # interactive notebook
|
41 |
-
psutil # system utilization
|
42 |
-
thop # FLOPs computation
|
43 |
# albumentations>=1.0.3
|
44 |
# pycocotools>=2.0 # COCO mAP
|
45 |
# roboflow
|
|
|
1 |
# Base ----------------------------------------
|
2 |
+
# matplotlib>=3.2.2
|
3 |
numpy>=1.22.3
|
4 |
opencv-python-headless>=4.5.5.64
|
5 |
Pillow>=7.1.2
|
6 |
+
# PyYAML>=5.3.1
|
7 |
+
# requests>=2.23.0
|
8 |
+
# scipy>=1.4.1 # Google Colab version
|
9 |
torch>=1.7.0
|
10 |
torchvision>=0.8.1
|
11 |
+
# tqdm>=4.41.0
|
12 |
|
13 |
# Gradio YOLOv5 Det ----------------------------------------
|
14 |
gradio>=3.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
# Logging -------------------------------------
|
17 |
+
# tensorboard>=2.4.1
|
18 |
# wandb
|
19 |
|
20 |
# Plotting ------------------------------------
|
21 |
+
# pandas>=1.1.4
|
22 |
+
# seaborn>=0.11.0
|
23 |
|
24 |
# Export --------------------------------------
|
25 |
# coremltools>=4.1 # CoreML 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 |
# roboflow
|