Age detection [closed]

asked 2013-11-17 23:01:22 -0600

deeesan gravatar image

Hi

Is any source code available for age detection using opencv?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-07 18:51:48.372626

Comments

1

take a look here

berak gravatar imageberak ( 2013-11-18 04:15:11 -0600 )edit

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.

deeesan gravatar imagedeeesan ( 2013-11-19 02:13:03 -0600 )edit
2

yea, getting good input data is probably the hardest thing there.

  • make sure, there's enough data per class, 20 images minimum
  • fisher faces are very sensitive to translation, rotation. if you can restrict it to straight frontal, and have your user look at the cam in the very same way, - the better.
  • if you get the very same false positive over and over, - remove/replace it and retrain. it's a bit an iterative process
berak gravatar imageberak ( 2013-11-19 02:44:32 -0600 )edit

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

deeesan gravatar imagedeeesan ( 2013-11-19 23:11:15 -0600 )edit

Have a look here and here for a list of common face databases.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-11-20 07:00:25 -0600 )edit