-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Need face alignment feature #44
Comments
If you want to align two faces, run MTCNN on both of them and use openCV to get an affine transformation matrix using getAffineTransform, matching the respective landmarks. Then take the first face and apply the resulting transformation using warpAffine. |
do you have an example of how to do that cause i don't really understand. |
Same problem. The original paper completes the face alignment. But current repo doesn't. |
@neuneck can you provide an example for the alignment? |
Currently repo doesn't include face alignment which was part of the original work of joint face detection and alignment , does any body has an idea how it can be achieved ?
The text was updated successfully, but these errors were encountered: