vudung45/FaceRec

Recognising faces at distance

BabuTango opened this issue · 4 comments

When face gets smaller and smaller, the accuracy gets very poor.

I think because by default we convert all faces to 166x160. So when faces are smaller, eg:(50x50), and when the algo tries to resize it to 160x160, the quality of image gets damaged and thus accuracy falls.

Is there any way to get accuracy for smaller faces i.e faces at distance

Any help please

Set the detection size to 5 or 10. This will detect smaller faces

@cluzier The problem is in recognition

@cluzier I problem is in recognition

I understand that your problem is: You want accuracy for smaller faces (distance increase). I am unsure how you would go about doing this.