Ask Your Question

hittourou's profile - activity

2012-09-12 19:57:22 -0600 commented answer FaceRecognizer: how to train

Whenever i try my own images it will have this error facerec_demo.py:47: RuntimeWarning: invalid value encountered in divide X = X / float((maxX - minX)) and it will always be Predicted label = 0 (confidence=0.00) I still do not understand how this facerecognizer works. I thought i have to train images to the data and store it there, if a input images match with the data then the then the predicted label will be 0?

2012-09-11 20:10:50 -0600 commented answer FaceRecognizer: how to train

i have successfully train the images. But how do i match a images that i have with the trained images and give a score for its accuracy?

2012-09-05 08:50:15 -0600 asked a question FaceRecognizer: how to train

i am using ubuntu system. I tried to use the sample python script(facerec_demo.py) for facerecogniton. However i have a error that i have to train at least a images. How do i train images? I have created a csv file that contain the path to the dataset that the tutorial teaches to use.