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
- Host: GitHub
- URL: https://github.com/pranav-nagpure/face-swapping-nb
- Owner: Pranav-Nagpure
- Created: 2023-05-11T07:45:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T15:21:50.000Z (about 3 years ago)
- Last Synced: 2025-03-01T14:42:15.633Z (over 1 year ago)
- Topics: affine-transformation, delaunay-triangulation, dlib, image-processing, ipython-notebook, opencv
- Language: Jupyter Notebook
- Homepage:
- Size: 68.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"