Skip to content

codingdudecom/faceswap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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>.

Alternative Face Swapping Solutions

This script offers great results and the advantage of running locally. It has been successfully integrated with Photoshop as a Photoshop action that you can download here: Face Swap in Photoshop.

In some cases, results are not so great and you might notice color differences or abnormal warping. The best results are offered by proffessional face swap and deep swap tools. For example, the best tool available at this moment is something like the MockoFun's online face swap tool. It is 100% free to use offering free monthly swaps or a Premium Subscription for even more swaps and options!

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%