Skip to content

qcmc17/image_face_swap

Repository files navigation

This code repository is based on Face Swap using OpenCV ( C++ / Python ). Compare with Face Swap using OpenCV ( C++ / Python ), in this repository, we use dlib(http://dlib.net/) for face keypoint detection.

1.Requirement dlib(for facial landmark detecion) opencv(face swap) cmake g++ with c++11/14

2.Build mkdir build &&& cd build mkdir build && cd build cmake .. make

3.Usage ./faceswap shape_predictor_68_face_landmarks.dat src.png dst.png save_name.png

More please see the following blog post for more details about this code

About

face swap using dlib and opencv in C++14

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published