0% found this document useful (0 votes)
164 views16 pages

Gender and Age Detection

The document summarizes a project that aims to build a gender and age detector using deep learning on the UTKFace dataset. The proposed system uses a convolutional neural network (CNN) model to perform gender and age classification on facial images in an end-to-end manner. OpenCV is used to process images and videos in real-time, while the CNN is trained on the large-scale UTKFace dataset containing over 20,000 images labeled with age, gender, and ethnicity. The goal is to approximate the gender and age of individuals from their facial images with the CNN model learning to predict these attributes directly from the input face images.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
164 views16 pages

Gender and Age Detection

The document summarizes a project that aims to build a gender and age detector using deep learning on the UTKFace dataset. The proposed system uses a convolutional neural network (CNN) model to perform gender and age classification on facial images in an end-to-end manner. OpenCV is used to process images and videos in real-time, while the CNN is trained on the large-scale UTKFace dataset containing over 20,000 images labeled with age, gender, and ethnicity. The goal is to approximate the gender and age of individuals from their facial images with the CNN model learning to predict these attributes directly from the input face images.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 16

GENDER AND

AGE
DETECTION
Using OpenCV
Project Guide:
Dr. S. Zahoor UI Huq,
Professor,
Team CSE A-4
Department of CSE,
GPREC

Team Members:

K Swarna Kanth Reddy -199X1A0555


S Yaswanth Reddy -199X1A05C3
A Sai Kiran -199X1A05B8
Abstract
• For a machine to detect the age and gender of a person in an image/video is a
challenging task.
• Facial analysis from images has gained a lot of interest because it helps in
several different problems like better ad targeting for customers, better content
recommendation system, security surveillance, and other fields as well.
• The paramount objective of the project is to build a gender and age detector that
can approximately guess the gender and age of the face of an individual in a
picture/webcam using Deep Learning on the UTKFace dataset.
Literature Survey
Year of Evaluation
Publication Models Dataset Used Metric Results

Accuracy
Abhijit Das 2019 FaceNet UTKFace Accuracy for race
%
ResNet BEFA 84%, gender 94%
et al. Confusion
and age 72%.
(Version 1) Matrix
Mean
The best gender
Confusion
accuracy for
Gil Levi et Deep CNN Adience Matrix
2015 proposed method
Accuracy
al. %
86%
The age best
Standard accuracy for
error proposed method
85%
Nisha 2017
CNN with a single branch
Wild East- Confusion Accuracy results
architecture CNN with for age, gender,
Srinivas et Asian Face Matrix
multiple and exact
al. branches Dataset Accuracy
ethnicity are
architecture (WEAFD) %
38%, 88%, 33%.

2018 Lightweight Adience Training Showing age and


Jia-Hong Multi-task Validation gender accuracy
Lee et al. CNN Accuracy% of 44% and 85%
(LMTCNN)
Existing System
• Over the past years, a lot of methods have been proposed to solve the
classifications problem. Many of those methods are handcrafted which
perform unsatisfactorily on the age and gender predictions of
unconstrained in-the-wild images.
• Gender classification is a binary classification problem, which can be
stated as inferring female or male from a collection of facial images.
Although there exist different methods for gender classification, such as
gait, iris, hand shape and hair, yet the prominent methods to achieve
the goal is based on facial features.
Proposed System
• In light of the current works in age and gender classification and
encouraging signs of progress in deep learning and CNN, we therefore
propose a novel end-to-end deep learning-based classification model
that predicts age group and gender of unfiltered in-the-wild facial
images.
• We formulate the age and gender classifications task as a classification
problem in which the CNN model learns to predict the age and gender
from a face image.
Marketing Strategy | Fiscal Year 2020

06

Proposed System
Methods and Techniques
CNN Based Age and Gender Classification:
• A method for estimating gender and age of a face image based on deep learning is
developed by applying a CNN-based learning method composed of 6 layers of hidden
layers.
• The objective of the Convolution Operation is to extract the high-level features such
as edges, from the input image. ConvNets need not be limited to only one
Convolutional Layer.
• The architecture performs a better fitting to the image dataset due to the reduction in
the number of parameters involved and reusability of weights.
Convolution Neural Network
-Convolution layer
-Maxpooling
-Flatten
OpenCV
• It is an open-source Computer Vision and
Machine Learning library.
• This library is capable of processing real-time
image and video while also boasting
analytical capabilities.
• It supports the Deep Learning frameworks
TensorFlow, Caffe, and PyTorch.
Hardware Requirements Software Requirements

• i3 or higher Processor • Sypder (Anaconda)


based Computer • Packages- Keras, Numpy,
• 4GB - RAM Sklearn, OpenCV, MatplotLib
.
Dataset
• UTKFace Dataset - Kaggle Website
Features of the Datase

• UTKFace dataset is a large-scale face dataset with long age


span (range from 0 to 116 years old). The dataset consists of
over 20,000 face images with annotations of age, gender, and
ethnicity.
• The images cover large variation in pose, facial expression,
illumination, occlusion, resolution, etc.
• This dataset could be used on a variety of tasks, e.g., face
detection, age estimation, age progression/regression,
landmark localization, etc.
Required
Features of Dataset

The labels of each face image is embedded in the file name,


formated like [age]_[gender]_[race]_[date&time].jpg
• [age] is an integer from 0 to 116, indicating the age
• [gender] is either 0 (male) or 1 (female)
SCREENSHOTS OF
PROJECT
IMPLEMENTATION
Thank you!

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy