Spaces:
Sleeping
Sleeping
Create requirments.txt
Browse files- requirments.txt +15 -0
requirments.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.6.0
|
| 2 |
+
torchvision>=0.21.0
|
| 3 |
+
timm>=1.0.15
|
| 4 |
+
mxnet>=1.9.1
|
| 5 |
+
opencv-python>=4.10.0.84
|
| 6 |
+
numpy>=1.26.0,<2.0.0
|
| 7 |
+
pytorch-lightning>=2.5.1
|
| 8 |
+
tqdm
|
| 9 |
+
imgaug
|
| 10 |
+
accelerate>=1.6.0
|
| 11 |
+
scikit-learn
|
| 12 |
+
pillow
|
| 13 |
+
requests
|
| 14 |
+
ultralytics
|
| 15 |
+
huggingface-hub>=0.31.1
|