deepinsight / insightface

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

face detecting not working when face takes up most of image #2165

Open antongonz opened 1 year ago

antongonz commented 1 year ago

Hi all,

The face detection fails to detect the face if it is taking up most of the image. Is there a parameter that can be changed to fix this issue?

Thanks!

st-fei commented 1 year ago

I also met this problem recently. Have you found some methods to solve this issue? Thanks !

mlourencoeb commented 1 year ago

I think if you use low image resolution the problem disappears, even if face occupies a large region of the image.

st-fei commented 1 year ago

Through reading the source code, I also think that it is more appropriate to use low image resolution.