An open API service indexing awesome lists of open source software.

https://github.com/pranav-nagpure/face-swapping-nb

IPython Notebook implementation of Face Swapping
https://github.com/pranav-nagpure/face-swapping-nb

affine-transformation delaunay-triangulation dlib image-processing ipython-notebook opencv

Last synced: 5 months ago
JSON representation

IPython Notebook implementation of Face Swapping

Awesome Lists containing this project

README

          

# __Face Swapping__

### Built Using

[![Python][python-shield]][python-url]
[![OpenCV][opencv-shield]][opencv-url]
[![Dlib][dlib-shield]][dlib-url]

Visit the GitHub Repository of Web Application

## __About__


Ipython Notebook describing swapping of faces in images using Delaunay Triangulation and Affine Transformation.

Sample Images:

- https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSx8Pu1tW1uCiZPfj9K1EL6uHxbg3bOKO9XkA&usqp=CAU

- https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTYX1dyl9INRo5cbvDeTILRcZVzfcMsCsE0kg&usqp=CAU

Pretrained Dlib Predictor: https://github.com/tzutalin/dlib-android/raw/master/data/shape_predictor_68_face_landmarks.dat

[python-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/python-shield.png "Python"
[python-url]: https://www.python.org

[opencv-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/opencv-shield.png
[opencv-url]: https://opencv.org "OpenCV"

[dlib-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/dlib-shield.png
[dlib-url]: http://dlib.net "Dlib"