Spaces:
Runtime error
Runtime error
Commit
·
cc6539e
1
Parent(s):
e94cfee
app update
Browse files- requirements.txt +14 -8
requirements.txt
CHANGED
@@ -1,17 +1,22 @@
|
|
1 |
# Base ----------------------------------------
|
2 |
matplotlib>=3.2.2
|
3 |
-
numpy>=1.
|
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
|
9 |
-
torch>=1.7.0
|
10 |
-
torchvision>=0.8.1
|
11 |
tqdm>=4.41.0
|
|
|
|
|
|
|
12 |
wget>=3.2
|
13 |
rich>=12.2.0
|
14 |
fpdf>=1.7.2
|
|
|
|
|
15 |
|
16 |
# Logging -------------------------------------
|
17 |
tensorboard>=2.4.1
|
@@ -31,8 +36,9 @@ seaborn>=0.11.0
|
|
31 |
# openvino-dev # OpenVINO export
|
32 |
|
33 |
# Extras --------------------------------------
|
|
|
|
|
|
|
34 |
# albumentations>=1.0.3
|
35 |
-
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
36 |
# pycocotools>=2.0 # COCO mAP
|
37 |
-
# roboflow
|
38 |
-
thop # FLOPs computation
|
|
|
1 |
# Base ----------------------------------------
|
2 |
matplotlib>=3.2.2
|
3 |
+
numpy>=1.22.3
|
4 |
+
opencv-contrib-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 |
|
21 |
# Logging -------------------------------------
|
22 |
tensorboard>=2.4.1
|
|
|
36 |
# openvino-dev # OpenVINO export
|
37 |
|
38 |
# Extras --------------------------------------
|
39 |
+
ipython # interactive notebook
|
40 |
+
psutil # system utilization
|
41 |
+
thop # FLOPs computation
|
42 |
# albumentations>=1.0.3
|
|
|
43 |
# pycocotools>=2.0 # COCO mAP
|
44 |
+
# roboflow
|
|