Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +13 -1
requirements.txt
CHANGED
@@ -1,7 +1,19 @@
|
|
1 |
addict
|
2 |
future
|
3 |
lmdb
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
gdown # supports downloading the large file from Google Drive
|
6 |
# cmake
|
7 |
# dlib
|
|
|
1 |
addict
|
2 |
future
|
3 |
lmdb
|
4 |
+
numpy
|
5 |
+
opencv-python
|
6 |
+
Pillow
|
7 |
+
pyyaml
|
8 |
+
requests
|
9 |
+
scikit-image
|
10 |
+
scipy
|
11 |
+
tb-nightly
|
12 |
+
torch>=1.7.1
|
13 |
+
torchvision
|
14 |
+
tqdm
|
15 |
+
yapf
|
16 |
+
lpips
|
17 |
gdown # supports downloading the large file from Google Drive
|
18 |
# cmake
|
19 |
# dlib
|