How do i make the Facial Recognition more acurrate in terms of prediction

asked 2020-06-25 23:02:12 -0600

moses gravatar image

I have used Lbph Algorithm, I need to understanad how i can improve the accuracy of the prediction, in terms of the photos i train. does the size also matters? Kindly assist me there

edit retag flag offensive close merge delete

Comments

btw, what kind of problem are you trying to solve here ?

opencv's FaceRecognizer classes are all for identification (nearest item from db), while most ppl usually have an authentification (is that me?) or a verification (same guy as in the other image ?) problem

berak gravatar imageberak ( 2020-06-26 04:31:25 -0600 )edit