- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Team,
How to use OpenVINO to detect age-gender?I have trained caffe model with which I have generated IR files.Even we have our own face detection logic.What changes needs to be done in interactive_face_detection_demo to accomplish age-gender detection? We don't want to use face detection available with interactive_face_detection_demo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Shetty, Harsha,
In OpenVino 2019R2, I see the following code within the interactive_face_detection_demo folder, main.cpp:
if (face->isAgeGenderEnabled()) { AgeGenderDetection::Result ageGenderResult = ageGenderDetector; face->updateGender(ageGenderResult.maleProb); face->updateAge(ageGenderResult.age); }
Please study AgeGenderDetection within detectors.cpp.
Hope it helps.
Thanks,
Shubha
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Shetty, Harsha,
In OpenVino 2019R2, I see the following code within the interactive_face_detection_demo folder, main.cpp:
if (face->isAgeGenderEnabled()) { AgeGenderDetection::Result ageGenderResult = ageGenderDetector; face->updateGender(ageGenderResult.maleProb); face->updateAge(ageGenderResult.age); }
Please study AgeGenderDetection within detectors.cpp.
Hope it helps.
Thanks,
Shubha
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page