face-everthing icon indicating copy to clipboard operation
face-everthing copied to clipboard

align face

Open wuzhiyang2016 opened this issue 7 years ago • 1 comments

Hi, thanks your project! Could you tell me in" mtcnn.cpp" file, this function: align_face(...) , is according to which paper?

wuzhiyang2016 avatar Jan 13 '18 09:01 wuzhiyang2016

@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

arasharchor avatar Jan 20 '18 01:01 arasharchor