Commit
·
ef632db
1
Parent(s):
4f91339
fixing CI
Browse files- requirements.txt +21 -4
requirements.txt
CHANGED
@@ -1,18 +1,35 @@
|
|
1 |
huggingface_hub
|
|
|
2 |
numpy==1.21.5
|
|
|
3 |
Pillow==9.0.1
|
4 |
-
|
|
|
|
|
5 |
tqdm==4.61.0
|
6 |
-
pyyaml==6.0
|
7 |
scipy==1.7.3
|
|
|
|
|
|
|
|
|
8 |
scikit-image==0.19.2
|
9 |
scikit-learn==1.0.2
|
10 |
albumentations==1.1.0
|
11 |
torch==1.12.0
|
12 |
torchvision==0.13.0
|
|
|
13 |
efficientnet-pytorch==0.7.1
|
14 |
timm==0.6.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
simplejson
|
|
|
16 |
fvcore
|
17 |
-
|
18 |
-
|
|
|
1 |
huggingface_hub
|
2 |
+
gradio
|
3 |
numpy==1.21.5
|
4 |
+
pandas==1.4.2
|
5 |
Pillow==9.0.1
|
6 |
+
dlib==19.24.0
|
7 |
+
imageio==2.9.0
|
8 |
+
imgaug==0.4.0
|
9 |
tqdm==4.61.0
|
|
|
10 |
scipy==1.7.3
|
11 |
+
seaborn==0.11.2
|
12 |
+
pyyaml==6.0
|
13 |
+
imutils==0.5.4
|
14 |
+
opencv-python==4.6.0.66
|
15 |
scikit-image==0.19.2
|
16 |
scikit-learn==1.0.2
|
17 |
albumentations==1.1.0
|
18 |
torch==1.12.0
|
19 |
torchvision==0.13.0
|
20 |
+
torchaudio==0.12.0
|
21 |
efficientnet-pytorch==0.7.1
|
22 |
timm==0.6.12
|
23 |
+
segmentation-models-pytorch==0.3.2
|
24 |
+
torchtoolbox==0.1.8.2
|
25 |
+
tensorboard==2.10.1
|
26 |
+
setuptools==59.5.0
|
27 |
+
loralib
|
28 |
+
einops
|
29 |
+
transformers
|
30 |
+
filterpy
|
31 |
simplejson
|
32 |
+
kornia
|
33 |
fvcore
|
34 |
+
imgaug==0.4.0
|
35 |
+
git+https://github.com/openai/CLIP.git
|