Spaces:
Runtime error
Runtime error
Commit
·
6ceb5df
1
Parent(s):
cbeee1c
Update requirements.txt
Browse files- requirements.txt +18 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
# Base ----------------------------------------
|
|
|
|
| 2 |
numpy>=1.22.3
|
| 3 |
opencv-python-headless>=4.5.5.64
|
| 4 |
Pillow>=7.1.2
|
|
@@ -12,12 +13,28 @@ tqdm>=4.41.0
|
|
| 12 |
# Gradio YOLOv5 Det ----------------------------------------
|
| 13 |
gradio>=3.0.3
|
| 14 |
wget>=3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
# Plotting ------------------------------------
|
| 17 |
pandas>=1.1.4
|
|
|
|
| 18 |
|
| 19 |
# Export --------------------------------------
|
|
|
|
|
|
|
|
|
|
| 20 |
# scikit-learn==0.19.2 # CoreML quantization
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# Extras --------------------------------------
|
| 23 |
ipython # interactive notebook
|
|
@@ -25,4 +42,4 @@ psutil # system utilization
|
|
| 25 |
thop # FLOPs computation
|
| 26 |
# albumentations>=1.0.3
|
| 27 |
# pycocotools>=2.0 # COCO mAP
|
| 28 |
-
# 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
|
|
|
|
| 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
|
| 32 |
+
# onnx>=1.9.0 # ONNX export
|
| 33 |
+
# onnx-simplifier>=0.3.6 # ONNX simplifier
|
| 34 |
# scikit-learn==0.19.2 # CoreML quantization
|
| 35 |
+
# tensorflow>=2.4.1 # TFLite export
|
| 36 |
+
# tensorflowjs>=3.9.0 # TF.js export
|
| 37 |
+
# openvino-dev # OpenVINO export
|
| 38 |
|
| 39 |
# Extras --------------------------------------
|
| 40 |
ipython # interactive notebook
|
|
|
|
| 42 |
thop # FLOPs computation
|
| 43 |
# albumentations>=1.0.3
|
| 44 |
# pycocotools>=2.0 # COCO mAP
|
| 45 |
+
# roboflow
|