Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 762 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 762 Bytes

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