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