Ask Your Question
0

Suitable algorithm for Emotion Detection?

asked 2014-01-05 21:04:51 -0600

Jyo gravatar image

updated 2014-01-19 21:53:11 -0600

I have a working gender classification application (detect from webcam) and I'm working on emotion detection right now. I'm classifying them using different training sets but emotion detection seem to return me the same results no matter what facial expression I give. I'll eventually need to detect age groups too, so I want to make sure that what I'm doing won't make it difficult for me to enhance it further.

Am I doing them wrongly, like should I read from the same facial database instead of reading one for gender and reading one for expressions?

My codes are referenced from the OpenCV tutorial on face recognition in videos. I simply did the same steps twice for training and recognizing. If there is another approach I can take that would work with having two training datasets, do let me know!

If you think it's my codes that is causing the error (returning the same results no matter what facial expression I give), do let me know too, so I can provide the codes to find out where is wrong.

Thank you in advance :>

---------- EDIT ----------

I have changed the algorithm used for Emotion Detection. I originally used Fisherfaces, now I'm using LBPH algorithm. The results are no longer consistent, but it is very shaky, constantly changing and not exactly accurate. Is there a way to stabilize it, or is there another algorithm more suitable for emotion detection?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-01-20 00:30:38 -0600

vivek0402 gravatar image

Is your gender detection working correctly? what approach did you take? Please answer at following link- http://answers.opencv.org/question/26...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-01-05 21:04:51 -0600

Seen: 936 times

Last updated: Jan 16 '14