FaceSwap icon indicating copy to clipboard operation
FaceSwap copied to clipboard

Real-time FaceSwap application built with OpenCV and dlib

Results 10 FaceSwap issues
Sort by recently updated
recently updated
newest added

In FaceDetectorAndTracker.cpp void FaceDetectorAndTracker::track() if (m_faceTemplates[i].cols

Hi I build the codes on windows successfully, but when I Run the exe, there is nothing. How can I input videos to the exe ? I'm a new bee...

building this on ubuntu is pretty easy, but it took several tries to figure it out, so here are the instructions. i don't have a camera on my desktop (i'll...

When I run this, it launches and then crashes out with: OpenCV(3.4.2) /tmp/opencv-20180704-42729-197okqt/opencv-3.4.2/modules/imgproc/src/resize.cpp:4044: error: (-215:Assertion failed) !ssize.empty() in function 'resize'

Hi Mateo, Your work is great! I have one improvement for you. Face mask could be much better extracted using convexHull. This is my code where I use the convex...

why the result is bad when I use your code to test the before.jpg ?

Hey there, I am wondering how I would go about connecting the mouth points to each mask so that when I open my mouth it opens the mouth of the...

../src/FaceSwapper.cpp: In member function 'void FaceSwapper::swapFaces(cv::Mat&, cv::Rect&, cv::Rect&)': ../../src/FaceSwapper.cpp:48:53: error: no matching function for call to 'FaceSwapper::featherMask(cv::Mat)' featherMask(refined_masks(big_rect_ann)); ^ ../../src/FaceSwapper.cpp:48:53: note: candidate is: In file included from ../../src/FaceSwapper.cpp:1:0: ../../include/FaceSwapper.h:57:10: note:...

Great project, it is working really well. But I see color artifacts when the lighting of the faces is not the same. There is a paper which addresses this problem...

I see that in Snapchat, they can get more than 68 points on face like the picture below: ![img_0241](https://cloud.githubusercontent.com/assets/10206183/17269430/0c173dc6-5672-11e6-8190-757c9cbb93ec.PNG) Do you know how to get the number of points like...