Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
opencv-python
|
4 |
+
|
5 |
+
numpy
|
6 |
+
pandas
|
7 |
+
matplotlib
|
8 |
+
|
9 |
+
tabulate
|
10 |
+
cloudpickle
|
11 |
+
tensorboard
|
12 |
+
black
|
13 |
+
packaging
|
14 |
+
|
15 |
+
pyyaml == 5.1
|
16 |
+
Pillow >= 7.1
|
17 |
+
pycocotools >= 2.0.2
|
18 |
+
termcolor >= 1.1
|
19 |
+
yacs >= 0.1.8
|
20 |
+
tqdm > 4.29.0
|
21 |
+
fvcore < 0.1.6, >= 0.1.5
|
22 |
+
iopath < 0.1.10, >= 0.1.7
|
23 |
+
omegaconf >= 2.1
|
24 |
+
hydra-core >= 1.1
|