Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why using a neutral 3d face model #12

Open
cryforyou opened this issue May 2, 2018 · 1 comment
Open

why using a neutral 3d face model #12

cryforyou opened this issue May 2, 2018 · 1 comment

Comments

@cryforyou
Copy link

why not just use the 68 landmarks of real face from camera and using Delaunay to form the face mesh to draw, and using the input face image's 68 landmarks as texture coord ?

@MarekKowalski
Copy link
Owner

Hi,

The use of a 3D model makes the effect more "realistic" thanks to self occlusions caused by the 3D model. If you only used a Delaunay triangulation to warp the textures, the face would likely look "off" when the subject's head pose was non-frontal.

Still, I encourage you to give it a try and let us know how it went, the modifications to the code would not be significant and a comparison would definitely be interesting.

Best regards,

Marek

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants