informramiz / opencv-face-recognition-python

Face Recognition using OpenCV and Python.
MIT License
517 stars 351 forks source link

Detect multiple people but only RECOGNIZE one #4

Open tiagojdias opened 6 years ago

tiagojdias commented 6 years ago

Hi,

So, i have one question. In your datasets you used 2 classes... thus, is it possible to just overfit to a single one? We've been testing for a while and i'm not being able to recognize only the person that i want.

Thanks in advance.