Spaces:
Runtime error
Runtime error
Commit
·
b433c65
1
Parent(s):
9b38682
Update requirements.txt
Browse files- requirements.txt +0 -26
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 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,33 +12,8 @@ tqdm>=4.41.0
|
|
| 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
|
| 41 |
-
psutil # system utilization
|
| 42 |
-
thop # FLOPs computation
|
| 43 |
-
# albumentations>=1.0.3
|
| 44 |
-
# pycocotools>=2.0 # COCO mAP
|
| 45 |
-
# roboflow
|
|
|
|
| 1 |
# Base ----------------------------------------
|
|
|
|
| 2 |
numpy>=1.22.3
|
| 3 |
opencv-python-headless>=4.5.5.64
|
| 4 |
Pillow>=7.1.2
|
|
|
|
| 12 |
# Gradio YOLOv5 Det ----------------------------------------
|
| 13 |
gradio>=3.0.3
|
| 14 |
wget>=3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
# Plotting ------------------------------------
|
| 17 |
pandas>=1.1.4
|
|
|
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
# scikit-learn==0.19.2 # CoreML quantization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|