-Yiren Lu (luyiren [at] seas [dot] upenn [dot] edu)-Dongni Wang (wdongni [at] seas [dot] upenn [dot] edu)
Automatic Seamless Face Replacement (without deep learning).
Python third party libs required:
To run face replacement:
$ wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2
$ tar xvfj shape_predictor_68_face_landmarks.dat.bz2
$ Python face_detect_wrapper.py shape_predictor_68_face_landmarks.dat [video_name_no_suffix]
e.g.:
$ Python face_detect_wrapper.py shape_predictor_68_face_landmarks.dat clips/clip1
Example outputs in Proj4_Test/
and clips/
demo.m
Example output videos in output_videos/
The contents of this repository are licensed under the MIT License.