Spaces:
Runtime error
Runtime error
update
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cython
|
| 2 |
+
submitit
|
| 3 |
+
scipy
|
| 4 |
+
termcolor
|
| 5 |
+
addict
|
| 6 |
+
yapf==0.40.1
|
| 7 |
+
timm
|
| 8 |
+
torch
|
| 9 |
+
torchvision
|
| 10 |
+
transformers
|
| 11 |
+
numpy
|
| 12 |
+
opencv-python
|
| 13 |
+
supervision==0.6.0
|
| 14 |
+
pycocotools
|
| 15 |
+
pyyaml>3.10
|
| 16 |
+
colorlog
|