YYuanAnyVision / mxnet_mtcnn_face_detection

MTCNN face detection
738 stars 314 forks source link

How to change the parameters to prove the detect performance? #38

Closed ParadoxZW closed 5 years ago

ParadoxZW commented 5 years ago

I set num_worker = 1 , accurate_landmark = False and test on lfw (using your pre-trained model), then there are four photos the model didn't detect out the faces. There are:

so my question is if there is a way to prove the detect performance a little bit to avoid these four failures? or a practical way to fix(or make up) this problem when it happens during the task of detecting and aligning?

AyushP123 commented 3 years ago

@ParadoxZW were you able to find out the solution to get detection on all LFW images??