Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
albumentations>=1.1.0
|
2 |
+
efficientnet_pytorch>=0.7.1
|
3 |
+
matplotlib>=3.2.2
|
4 |
+
numpy>=1.21.2
|
5 |
+
opencv_python_headless>=4.5.5.62
|
6 |
+
prefetch_generator>=1.0.1
|
7 |
+
pretrainedmodels>=0.7.4
|
8 |
+
PyYAML>=3.13
|
9 |
+
scipy>=1.4.1
|
10 |
+
seaborn>=0.11.2
|
11 |
+
tensorboardX>=2.4.1
|
12 |
+
timm>=0.5.4
|
13 |
+
torch>=1.10.0
|
14 |
+
torchvision>=0.11.0
|
15 |
+
tqdm>=4.61.2
|
16 |
+
webcolors>=1.11.1
|