Existing something like Microsofts How-Old by OpenCV [closed]

asked 2015-05-06 11:22:06 -0600

Can OpenCV something like Microsofts How-Old WebService? ( http://how-old.net/ ) How-Old can find faces in a picture and says the gender and age of the people.

Greatings theuserbl

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-06 12:42:51.940647

Comments

for a start: http://docs.opencv.org/modules/contri...

(btw, idk, what is exactly behind microsoft's implemention. if you ever find out, let us know ;)

berak gravatar imageberak ( 2015-05-06 15:29:32 -0600 )edit

It is completed by two modules: gender classification and age prediction in face images. For gender classification, I think the link of berak is enough for private use, however the accuracy should be better when using in a commercial version. For face age prediction and further development, It is better that you search techniques on paper by Google scholar to get new ideas to re-implement it, OpenCv just a image processing library.

nvlinh gravatar imagenvlinh ( 2015-05-07 11:22:39 -0600 )edit

btw, @GilLevy 's nice paper: http://www.openu.ac.il/home/hassner/p...

berak gravatar imageberak ( 2015-05-07 11:28:41 -0600 )edit

I think that such a task requires a huge amount of samples to train the estimator. Probably Microsfot itself, with all its means, should increase the number of samples, because it is still inaccurate.

Gino Strato gravatar imageGino Strato ( 2015-05-09 02:33:32 -0600 )edit