Ask Your Question

deeesan's profile - activity

2013-12-11 22:24:51 -0600 asked a question Gender detection from video stream

Hi

I implemented Gender detection using frontal images from FERET database which is almost working fine.But when I tried to detect gender from video stream, result is fluctuating. According to my understanding, when we pose the frontal face looking exactly at camera it is showing correct result.Is it because i have trained with only frontal images?

2013-11-27 23:30:30 -0600 commented question Gender detection

gender recognition using fisher face was working fine for me but suddenly i am getting Open CV error:Insufficient memory

2013-11-25 06:19:21 -0600 asked a question Emotion recognition

Hi

Can we detect emotions using opencv based on facial expressions without training data

2013-11-22 06:08:20 -0600 commented question Gender detection

im actually downloading FERET database. Currently, trained with some images and testing it. If it is data problem, it may show wrong result like 0 or 1 but in my case it is fluctuating 0 and 1 from the live video stream.

2013-11-22 05:48:47 -0600 received badge  Student (source)
2013-11-22 03:45:28 -0600 commented question Gender detection

I am using the code available at http://docs.opencv.org/trunk/_downloads/facerec_video.cpp. But I trained the model with gender classification data.

2013-11-22 00:01:53 -0600 asked a question Gender detection

Hi

I am trying to detect gender from video streaming and got the sample code from "Face recognition from video stream". But the prediction result is fluctuating always. When i tried storing the image and detecting the gender it is working fine.

2013-11-19 23:11:15 -0600 commented question Age detection

can you suggest any face databases available which can be used for gender and age detection

2013-11-19 02:13:03 -0600 commented question Age detection

Thanks, I started using fisher face algorithm for age detection by loading data with different age groups but for some data I am getting the correct output and at times its wrong.

2013-11-17 23:01:22 -0600 asked a question Age detection

Hi

Is any source code available for age detection using opencv?

2013-11-07 07:39:07 -0600 asked a question Gender detection

Hi,

I got the source code for gender detection and its running without any errors.As I understood, last image in the data set is the test image.So, what should be label value for it?