Trying to improve accuracy of Face Recognition
I want to test the face recognition code from the following page
https://docs.opencv.org/2.4/modules/contrib/doc/facerec/tutorial/facerec_video_recognition.html
Compiling was successful, so I made face image dataset which consists of my pictures and several pics of random people on the internet. But the accuracy was very poor.
Can you please tell me how to improve the accuracy of face recognition? I don't have any ideas.