View on GitHub

UTKFace

Large Scale Face Dataset

logo

Introduction

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. Some sample images are shown as following

Highlights

Samples

samples

Datasets

In-the-wild Faces Aligned&Cropped Faces Landmarks (68 points)
In-the-wild Faces Aligned&Cropped Faces Landmarks (68 points)
ZIP File (1.3GB) ZIP File (107MB) TXT File (12MB)

Labels

The labels of each face image is embedded in the file name, formated like [age]_[gender]_[race]_[date&time].jpg

Parse Landmarks

In the folder readFaceLandmark, a demo code read_face_landmark.m in Matlab is provided to parse the landmarks and plot landmarks on Aligned&Cropped Faces. To run the demo, just type

>> read_face_landmark

License Claim

@inproceedings{zhifei2017cvpr,
  title={Age Progression/Regression by Conditional Adversarial Autoencoder},
  author={Zhang, Zhifei, Song, Yang, and Qi, Hairong},
  booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2017},
  organization={IEEE}
}

Contact

Please contact Yang Song or Zhifei Zhang for questions.