Problem in Face Recognition in Videos with OpenCV

asked 2014-09-30 23:59:42 -0600

anurag gravatar image

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 !!

edit retag flag offensive close merge delete

Comments

1

Can you post some code about your showing or/and images that explain better?

thdrksdfthmn gravatar imagethdrksdfthmn ( 2014-10-01 03:48:19 -0600 )edit
1

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..

anurag gravatar imageanurag ( 2014-10-01 04:27:44 -0600 )edit
1

I'm having this same problem. It will detect different faces but will not predict them as anyone other than the first person in the database, even when using a source image.

Raseven gravatar imageRaseven ( 2014-10-09 11:11:29 -0600 )edit