Skip to content

Detecting and Printing features such as Age, Gender and Faces of persons present in a set of input images using OpenCV.

Notifications You must be signed in to change notification settings

devashish42/humanFeatureRecognition

Repository files navigation

Code for Age Gender recognition using Deep Learning

Models

Download models from

Gender Net : https://www.dropbox.com/s/iyv483wz7ztr9gh/gender_net.caffemodel?dl=0"

Age Net : https://www.dropbox.com/s/xfb20y596869vbb/age_net.caffemodel?dl=0"

Run Code

C++

cmake .
make
./AgeGender <input_file>(Leave blank for webcam)

Python

python AgeGender.py --input <input_file>(Leave blank for webcam)

Sample Result

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.

About

Detecting and Printing features such as Age, Gender and Faces of persons present in a set of input images using OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published