Ask Your Question

anurag's profile - activity

2014-10-09 11:10:25 -0600 received badge  Student (source)
2014-10-01 04:27:44 -0600 commented question Problem in Face Recognition in Videos with OpenCV

The prediction value of any face in the video is always the first label mentioned in csv.ext file after ; . I am using the same code as given in the link http://docs.opencv.org/modules/contrib/doc/facerec/tutorial/facerec_video_recognition.html and using three images for each person generated by crop_face.py script given in the link..

2014-09-30 23:59:42 -0600 asked a question Problem in Face Recognition in Videos with OpenCV

I am successfully able to run the code. But its always showing the first entry in the CSV.ext file as Prediction whenever it detects any face.

Please help.

Thanks !!