first commit
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
wget https://anonfile.com/p7w3m0d5be/face-swap.zip
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user