Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -7
requirements.txt
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
opencv-python
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ultralytics
|
2 |
+
huggingface_hub
|
3 |
+
hydra-core>=1.2.0
|
4 |
+
matplotlib>=3.2.2
|
5 |
+
numpy>=1.18.5
|
6 |
+
opencv-python>=4.1.1
|
7 |
+
Pillow>=7.1.2
|
8 |
+
PyYAML>=5.3.1
|
9 |
+
requests>=2.23.0
|
10 |
+
scipy>=1.4.1
|
11 |
+
torch>=1.7.0
|
12 |
+
torchvision>=0.8.1
|
13 |
+
tqdm>=4.64.0
|