Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
visiongauge
|
| 2 |
+
torch>=2.9.0
|
| 3 |
+
torchvision>=0.24.0
|
| 4 |
+
ultralytics>=8.4.14
|
| 5 |
+
huggingface_hub>=1.4.0
|
| 6 |
+
datasets>=4.0.0
|
| 7 |
+
albumentations>=2.0.8
|
| 8 |
+
tqdm>=4.67.3
|
| 9 |
+
opencv-python-headless>=4.13.0
|
| 10 |
+
numpy>=2.0
|
| 11 |
+
matplotlib>=3.10.0
|