Spaces:
Runtime error
Runtime error
Update json and size
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
matplotlib>=3.2.2
|
2 |
numpy>=1.18.5
|
3 |
opencv-python-headless
|
4 |
-
|
|
|
5 |
PyYAML>=5.3.1
|
6 |
scipy>=1.4.1
|
7 |
-
|
8 |
torchvision>=0.8.1
|
9 |
tqdm>=4.41.0
|
10 |
tensorboard>=2.4.1
|
11 |
seaborn>=0.11.0
|
12 |
-
|
13 |
thop
|
14 |
boto3==1.24.89
|
15 |
botocore==1.27.89
|
|
|
1 |
matplotlib>=3.2.2
|
2 |
numpy>=1.18.5
|
3 |
opencv-python-headless
|
4 |
+
Pillow
|
5 |
+
psutil
|
6 |
PyYAML>=5.3.1
|
7 |
scipy>=1.4.1
|
8 |
+
torch>=1.7.0
|
9 |
torchvision>=0.8.1
|
10 |
tqdm>=4.41.0
|
11 |
tensorboard>=2.4.1
|
12 |
seaborn>=0.11.0
|
13 |
+
pandas
|
14 |
thop
|
15 |
boto3==1.24.89
|
16 |
botocore==1.27.89
|