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.
Undergraduate final project: Ordinal Clasification with Residual Networks for the Adience dataset.
This repo is discontinued, moved to https://github.com/dandynaufaldi/Agendernet
A gender classification system capable of accurately predicting the gender of individuals from facial images, using pre-trained models
[CZ4042 AY2022S1] Gender Classification using Adience Benchmark Dataset with TensorFlow
Age and Gender Detection: Project Repo for Intro to Machine Learning (IML) course at Ashoka
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.