Spaces:
Runtime error
Runtime error
requirement
Browse files- requirements.txt +25 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,25 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Torch
|
| 2 |
+
#--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 3 |
+
#torch==1.4.0+cu100
|
| 4 |
+
#torchvision==0.11.2+cu100
|
| 5 |
+
#torchaudio==0.10.1+cu100
|
| 6 |
+
#setuptools==59.5.0
|
| 7 |
+
|
| 8 |
+
Pillow
|
| 9 |
+
ninja
|
| 10 |
+
tqdm
|
| 11 |
+
opencv-python
|
| 12 |
+
scikit-image
|
| 13 |
+
numpy
|
| 14 |
+
|
| 15 |
+
tensorboard
|
| 16 |
+
|
| 17 |
+
# for face alignment
|
| 18 |
+
tensorflow
|
| 19 |
+
#keras
|
| 20 |
+
#bz2
|
| 21 |
+
dlib
|
| 22 |
+
scipy
|
| 23 |
+
|
| 24 |
+
matplotlib
|
| 25 |
+
pprintpp
|