There are 1 repository under adience-dataset topic.
Age and Gender Prediction
Age and Gender Estimation Using Convolutional Neural Network
Age and gender detection using openCV with Deep Learning for image or real time camera.
A gender classification system capable of accurately predicting the gender of individuals from facial images, using pre-trained models
Undergraduate final project: Ordinal Clasification with Residual Networks for the Adience dataset.
This repo is discontinued, moved to https://github.com/dandynaufaldi/Agendernet
In this project, I used to extract the face feature (Eye, Nose, Eyebrow, and Mouth) using the DLib library and pass each feature to each of the multi-stream CNN layers. After passing Through Multi-stream CNN the output is concatenated and again passes through the CNN model, the output of CNN is estimated age.
[CZ4042 AY2022S1] Gender Classification using Adience Benchmark Dataset with TensorFlow
Age and Gender Detection using CNNs