Hi, i am using this official tutorial: http://docs.opencv.org/3.0-beta/modules/face/doc/facerec/tutorial/facerec_video_recognition.html
I trained the fisherRecognizer for 2 faces and it recognizes them well. But how to recognize the unknown face wich is not in the faces database? predict method never returns -1. Can you help me please?