Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -23
requirements.txt
CHANGED
@@ -3,45 +3,23 @@
|
|
3 |
|
4 |
# Base ----------------------------------------
|
5 |
hydra-core>=1.2.0
|
6 |
-
matplotlib>=3.2.2
|
7 |
numpy>=1.18.5
|
8 |
opencv-python>=4.1.1
|
9 |
Pillow>=7.1.2
|
10 |
PyYAML>=5.3.1
|
11 |
-
requests>=2.23.0
|
12 |
scipy>=1.4.1
|
13 |
torch>=1.7.0
|
14 |
torchvision>=0.8.1
|
15 |
-
tqdm>=4.64.0
|
16 |
ultralytics
|
17 |
|
18 |
# Logging -------------------------------------
|
19 |
tensorboard>=2.4.1
|
20 |
-
# clearml
|
21 |
-
# comet
|
22 |
|
23 |
-
# Plotting ------------------------------------
|
24 |
-
pandas>=1.1.4
|
25 |
-
seaborn>=0.11.0
|
26 |
|
27 |
-
# Export --------------------------------------
|
28 |
-
# coremltools>=6.0 # CoreML export
|
29 |
-
# onnx>=1.12.0 # ONNX export
|
30 |
-
# onnx-simplifier>=0.4.1 # ONNX simplifier
|
31 |
-
# nvidia-pyindex # TensorRT export
|
32 |
-
# nvidia-tensorrt # TensorRT export
|
33 |
-
# scikit-learn==0.19.2 # CoreML quantization
|
34 |
-
# tensorflow>=2.4.1 # TF exports (-cpu, -aarch64, -macos)
|
35 |
-
# tensorflowjs>=3.9.0 # TF.js export
|
36 |
-
# openvino-dev # OpenVINO export
|
37 |
|
38 |
-
# Extras --------------------------------------
|
39 |
ipython # interactive notebook
|
40 |
psutil # system utilization
|
41 |
-
|
42 |
-
# albumentations>=1.0.3
|
43 |
-
# pycocotools>=2.0.6 # COCO mAP
|
44 |
-
# roboflow
|
45 |
|
46 |
# HUB -----------------------------------------
|
47 |
GitPython>=3.1.24
|
|
|
3 |
|
4 |
# Base ----------------------------------------
|
5 |
hydra-core>=1.2.0
|
|
|
6 |
numpy>=1.18.5
|
7 |
opencv-python>=4.1.1
|
8 |
Pillow>=7.1.2
|
9 |
PyYAML>=5.3.1
|
|
|
10 |
scipy>=1.4.1
|
11 |
torch>=1.7.0
|
12 |
torchvision>=0.8.1
|
|
|
13 |
ultralytics
|
14 |
|
15 |
# Logging -------------------------------------
|
16 |
tensorboard>=2.4.1
|
|
|
|
|
17 |
|
|
|
|
|
|
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
|
|
20 |
ipython # interactive notebook
|
21 |
psutil # system utilization
|
22 |
+
|
|
|
|
|
|
|
23 |
|
24 |
# HUB -----------------------------------------
|
25 |
GitPython>=3.1.24
|