Spaces:
Running
Running
Commit
·
2e2c811
1
Parent(s):
459996c
Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -12,6 +12,12 @@ tqdm>=4.41.0
|
|
12 |
|
13 |
# Gradio YOLOv5 Det ----------------------------------------
|
14 |
gradio>=3.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
# Logging -------------------------------------
|
17 |
tensorboard>=2.4.1
|
@@ -31,9 +37,9 @@ seaborn>=0.11.0
|
|
31 |
# openvino-dev # OpenVINO export
|
32 |
|
33 |
# Extras --------------------------------------
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
# albumentations>=1.0.3
|
38 |
# pycocotools>=2.0 # COCO mAP
|
39 |
# roboflow
|
|
|
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
|
|
|
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
|