Age and Gender Estimation in realtime video processing using OpenCV

Description

Age and Gender Estimation in realtime video processing using OpenCV

Predicting the apparent age and gender from a picture is a very interesting problem from a technical point of view but can also be very useful when applied to better understand consumer segments or a user base for example. It can be used to infer the age or gender of a user and use this information to make personalized products and experiences for each user. In this post, we will train a model to predict those attributes given a face picture.Age and Gender Estimation in realtime video processing using OpenCV


Age and Gender Estimation in realtime video processing using OpenCV

INTRODUCTION:-

In the medical profession, people rely mainly on the analysis of cholesterol, high-density cholesterol, albumin, and other blood test indicators to determine a person’s? physiological age? and to study the degree of human aging. Unfortunately, this set of indicators is still very imperfect and of great inconvenience to use. If we can use computer and image processing technology to analyze facial images to accurately predict a person? physiological age? and compare? physiological age? and? actual age? we can know whether you are in ? Youth Permanent? or ? Premature Aging?. Then it will greatly improve research efficiency and reduce research costs. By looking at the? face? to estimate the age, it can not only be used to quantify the aging, but also be applied to smart cities and safe city construction. In everyday language conversation, the content and manner of conversation are often affected by other factors such as gender and age. For example, when faced with the elderly, the language of conversation will obviously be formal. More generally, humans quickly estimate each other’s gender, age, and identity through the appearance of the other person’s face in order to select different social styles.


Age and Gender Estimation in realtime video processing using OpenCV

EXISTING METHOD:-

Existing Facial features used for gender classification are affected by their aging process because the human face is gradually changed as they grow up. Thus, in this paper, we propose a gender classification method robust to age variation by using age information and two facial features: appearance and geometry feature. Local Binary Patterns (LBP) is used as an appearance feature to classify gender of young and adult age groups, and Euclidean distance among facial feature points is used as a geometry feature to classify gender of old age group. Experimental results showed that the performance of our proposed method is increased by about 2% compared to gender classification without using age information.


Age and Gender Estimation in realtime video processing using OpenCV

Block Diagram

Age Gender Classification using Python
Age Gender Classification using Python

DISADVANTAGES:

  • We can’t do it in real-time here in existing.
  • Training is not proper for classification.
  • Accuracy is less

PROPOSED METHOD:-

  • Haar cascade file of face detection
  • Caffe model
  • Deep learning classification

ADVANTAGES:

  • Real-time estimation
  • Improving classification accuracy

APPLICATIONS

  • Finding lost children
  • Surveillance monitoring
  • Age factors effecting

SOFTWARE REQUIREMENT:

Python Idle

Numpy

Opencv

Customer Reviews

There are no reviews yet.

Be the first to review “Age and Gender Estimation in realtime video processing using OpenCV”

This site uses Akismet to reduce spam. Learn how your comment data is processed.