deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
23.16k stars 5.39k forks source link

about the face preprocessing: margin & transformation #29

Closed zhenglaizhang closed 6 years ago

zhenglaizhang commented 6 years ago

Some questions need you guys to help answer, thanks in advance!

nttstar commented 6 years ago

Face alignment is not the main topic of our current work. We just follow the same pipeline of sphereface: to use 5 landmarks and then do similarity transform. The only difference is we use 112x112 instead of 112x96.
If your original face image is quite tight, black corners are likely to be happened. We may provide a 3D-alignment library later, which will be much more accurate.

zhenglaizhang commented 6 years ago

@nttstar great, thanks for the detailed info!