Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

jmsv/brumhack7

Repository files navigation

Can't say if all dependencies are installed, also cv2 and dlib are a pain: https://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/ https://www.pyimagesearch.com/2017/03/27/how-to-install-dlib/

This is the code behind the Switching Eds blog post.

See the link for an explanation of the code.

To run the script you'll need to install dlib (http://dlib.net) including its Python bindings, and OpenCV. You'll also need to obtain the trained model from sourceforge.

Unzip with bunzip2 and change PREDICTOR_PATH to refer to this file. The script is run like so:

./faceswap.py <head image> <face image>

If successful, a file output.jpg will be produced with the facial features from <head image> replaced with the facial features from <face image>.