Spaces:
Running
Running
Commit
·
459996c
1
Parent(s):
bafa6e4
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,25 +1,25 @@
|
|
1 |
# Base ----------------------------------------
|
2 |
-
|
3 |
numpy>=1.22.3
|
4 |
opencv-python-headless>=4.5.5.64
|
5 |
Pillow>=7.1.2
|
6 |
-
|
7 |
requests>=2.23.0
|
8 |
-
|
9 |
torch>=1.7.0
|
10 |
torchvision>=0.8.1
|
11 |
-
|
12 |
|
13 |
# Gradio YOLOv5 Det ----------------------------------------
|
14 |
gradio>=3.0.3
|
15 |
|
16 |
# Logging -------------------------------------
|
17 |
-
|
18 |
# wandb
|
19 |
|
20 |
# Plotting ------------------------------------
|
21 |
-
|
22 |
-
|
23 |
|
24 |
# Export --------------------------------------
|
25 |
# coremltools>=4.1 # CoreML export
|
|
|
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
|