first commit

This commit is contained in:
Your Name
2019-02-01 15:30:41 +08:00
commit df2c0c06fa
81 changed files with 1765 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
cd ~
wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2
bzip2 -d shape_predictor_68_face_landmarks.dat.bz2
+1
View File
@@ -0,0 +1 @@
wget https://anonfile.com/p7w3m0d5be/face-swap.zip
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# this script wille extract all faces from a directory of images
# it using alfred-py and dlib to do this
# the size of faces are does not matter, it will be resized according to faceswap networks
sudo pip3 install alfred-py