Software Archive
Read-only legacy content
17061 Discussions

Age and gender detection?

Norbi_K_
Beginner
1,375 Views

Hey guys, there used to be age (group) and gender recognition in the perception sdk, was it dropped from the SDK, or is it in the RealSense SDK as well hidden somewhere deep?

Thanks,

Norbi

0 Kudos
6 Replies
jarikus
Beginner
1,375 Views

If you know russian language, here good article http://habrahabr.ru/company/nordavind/blog/248991/ if not, this article contains many list of references on the end.

0 Kudos
samontab
Valued Contributor II
1,375 Views

I don't think those features are available in the RealSense SDK.

Personally, I think it is because they are really hard to estimate from just an image of a face, so I reckon they just dropped the support of it because it was not performing well. Not a fault of the camera or the SDK by the way, just how age and gender estimation from a face image works. You may be able to develop a small demo working fine for some people and scenes, but for production it is not good at all.

0 Kudos
Norbi_K_
Beginner
1,375 Views

Thanks guys. I totally understand. What throws me off is that in the documentation they have a section where a sample data type description is provided for developers, and it does refer to gender and age detection. Not sure if it's just left there and forgotten about. 

0 Kudos
AndreCarlucci
Beginner
1,375 Views

Norbi, could you post the link to the section you're talking about?

0 Kudos
Norbi_K_
Beginner
1,375 Views

Found it in the docs, here: https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?devguide_descriptive_text_for_data_type.html

0 Kudos
samontab
Valued Contributor II
1,375 Views

I reckon it is either an old reference that just wasn't removed, or it is there for future plans.

Something similar can be seen here:

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?sample_pxccapture.html

       left, right       Access to the left/right imagers of a stereoscopic camera.

Those streams (left and right) are not available in this camera.

0 Kudos
Reply