Gender-and-Age-Detection | Python project which can detect gender | Computer Vision library
kandi X-RAY | Gender-and-Age-Detection Summary
kandi X-RAY | Gender-and-Age-Detection Summary
In this Python Project, I had used Deep Learning to accurately identify the gender and age of a person from a single image of a face. I used the models trained by Tal Hassner and Gil Levi. The predicted gender may be one of ‘Male’ and ‘Female’, and the predicted age may be one of the following ranges- (0 – 2), (4 – 6), (8 – 12), (15 – 20), (25 – 32), (38 – 43), (48 – 53), (60 – 100) (8 nodes in the final softmax layer). It is very difficult to accurately guess an exact age from a single image because of factors like makeup, lighting, obstructions, and facial expressions. And so, I made this a classification problem instead of making it one of regression.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Highlight the face of the image .
Gender-and-Age-Detection Key Features
Gender-and-Age-Detection Examples and Code Snippets
Community Discussions
Trending Discussions on Gender-and-Age-Detection
QUESTION
I am attempting to load a youtube video, put a box over the face and predict their ages and gender. However, when i run the code, it just executes but the pop up window does not appear. My code is below. I'm not sure where the problem is. Thanks for your help guys
...ANSWER
Answered 2020-Mar-04 at 09:26You have creatde two functions video_detector() and init_caffe_models() which have never been called. Your code is just reaching till gender_list = ["Male","Female"] and then exiting without ever entering those two functions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Gender-and-Age-Detection
You can use Gender-and-Age-Detection like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page