Spaces:
Runtime error
Runtime error
nyonyong
commited on
Commit
·
ae8c60e
1
Parent(s):
7fda2a3
Directory fix
Browse files
TextDetection/requirements.txt
CHANGED
|
@@ -16,8 +16,6 @@ torch>=1.7.0 # see https://pytorch.org/get-started/locally (recommended)
|
|
| 16 |
torchvision>=0.8.1
|
| 17 |
tqdm>=4.64.0
|
| 18 |
ultralytics>=8.0.111
|
| 19 |
-
scikit-learn>=1.3.2
|
| 20 |
-
natsort>=8.4.0
|
| 21 |
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
|
| 22 |
|
| 23 |
# Logging ---------------------------------------------------------------------
|
|
@@ -35,7 +33,7 @@ seaborn>=0.11.0
|
|
| 35 |
# onnx-simplifier>=0.4.1 # ONNX simplifier
|
| 36 |
# nvidia-pyindex # TensorRT export
|
| 37 |
# nvidia-tensorrt # TensorRT export
|
| 38 |
-
|
| 39 |
# tensorflow>=2.4.0 # TF exports (-cpu, -aarch64, -macos)
|
| 40 |
# tensorflowjs>=3.9.0 # TF.js export
|
| 41 |
# openvino-dev # OpenVINO export
|
|
@@ -49,3 +47,4 @@ setuptools>=65.5.1 # Snyk vulnerability fix
|
|
| 49 |
# mss # screenshots
|
| 50 |
# albumentations>=1.0.3
|
| 51 |
# pycocotools>=2.0.6 # COCO mAP
|
|
|
|
|
|
| 16 |
torchvision>=0.8.1
|
| 17 |
tqdm>=4.64.0
|
| 18 |
ultralytics>=8.0.111
|
|
|
|
|
|
|
| 19 |
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
|
| 20 |
|
| 21 |
# Logging ---------------------------------------------------------------------
|
|
|
|
| 33 |
# onnx-simplifier>=0.4.1 # ONNX simplifier
|
| 34 |
# nvidia-pyindex # TensorRT export
|
| 35 |
# nvidia-tensorrt # TensorRT export
|
| 36 |
+
scikit-learn<=1.1.2 # CoreML quantization
|
| 37 |
# tensorflow>=2.4.0 # TF exports (-cpu, -aarch64, -macos)
|
| 38 |
# tensorflowjs>=3.9.0 # TF.js export
|
| 39 |
# openvino-dev # OpenVINO export
|
|
|
|
| 47 |
# mss # screenshots
|
| 48 |
# albumentations>=1.0.3
|
| 49 |
# pycocotools>=2.0.6 # COCO mAP
|
| 50 |
+
natsort
|