ZhaoJ9014 / face.evoLVe

🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
MIT License
3.41k stars 759 forks source link

face_align.py not consider multiple face bbox #156

Open gangeqian opened 3 years ago

gangeqian commented 3 years ago

I can not get the same result on LFW 112x112 or 112x96 aligned dataset when I use face_align.py, about 96% or 97%。 Then I found the face_align.py only use the first face bbox when MTCNN found multiple face, which results in error face label in generated LFW dataset。

After processing multiple face (get the max bbox arear one), I get ACC: 99.2 on LFW 112x112 dataset using Mobilenetface