face-everthing
face-everthing copied to clipboard
align face
Hi, thanks your project! Could you tell me in" mtcnn.cpp" file, this function: align_face(...) , is according to which paper?
@wuzhiyang2016 with MTCNN one can do alignment as well because MTCNN predicts 5 face landmarks as well as face detection.
@tpys the bottleneck is now the alignment part. Howabout using another alignment method like 3d or 2d alignment by: https://github.com/1adrianb/face-alignment
or others https://github.com/smajida/face-frontalization https://github.com/RiweiChen/DeepFace