Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pyyaml==5.1
|
2 |
+
torch==1.11.0
|
3 |
+
torchvision==0.12.0
|
4 |
+
|
5 |
+
gradio
|
6 |
+
numpy
|
7 |
+
scipy
|
8 |
+
shapely
|
9 |
+
timm
|
10 |
+
opencv-python
|