deepinsight / insightface

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

Face chopped from chin after alignment #1207

Open BehnazDibayee opened 3 years ago

BehnazDibayee commented 3 years ago

Hello, thanks for your nice repo

I tested face recognition with test.py . But I want to check the face alignment and it sounds that something is wrong with the face_preprocess.py output and aligned faces are cut at the chin . for example this image:

0161_02

convert to this one after alignment:

0161_02_alligned

what is the problem?

nttstar commented 3 years ago

"aligned faces are cut at the chin" Yes you're right.

BehnazDibayee commented 3 years ago

Thanks for your response @nttstar

I just wanted to know if it would degrade the face recognition accuracy or not?