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