Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,4 +20,54 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
| 23 |
+
license: apache-2.0
|
| 24 |
+
task_categories:
|
| 25 |
+
- image-classification
|
| 26 |
+
language:
|
| 27 |
+
- en
|
| 28 |
+
pretty_name: 'RealFaces '
|
| 29 |
+
size_categories:
|
| 30 |
+
- 1K<n<10K
|
| 31 |
---
|
| 32 |
+
|
| 33 |
+
<h1 align="center" style="color:#6C63FF; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">
|
| 34 |
+
UTKFace Demographics V1 Dataset
|
| 35 |
+
</h1>
|
| 36 |
+
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
### About
|
| 40 |
+
|
| 41 |
+
The **UTKFace Demographics V1** dataset contains over **10,000+ facial images** labeled with:
|
| 42 |
+
- **Age** (0 to 116 years)
|
| 43 |
+
- **Gender** (0 = Male, 1 = Female)
|
| 44 |
+
- **Race** (0 = White, 1 = Black, 2 = Asian, 3 = Indian, 4 = Others)
|
| 45 |
+
|
| 46 |
+
All faces are aligned and cropped to 200x200 resolution, collected in uncontrolled conditions from the wild.
|
| 47 |
+
|
| 48 |
+
📦 This version restructures the original UTKFace dataset for seamless **streaming, preview, and filtering** on the Hugging Face Hub.
|
| 49 |
+
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
+
### License
|
| 53 |
+
This dataset is distributed for research and educational use only. Please cite the original paper if you use this data.
|
| 54 |
+
|
| 55 |
+
More details and conditions: https://susanqq.github.io/UTKFace/
|
| 56 |
+
|
| 57 |
+
### Citation
|
| 58 |
+
|
| 59 |
+
```bibtex
|
| 60 |
+
@inproceedings{zhifei2017cvpr,
|
| 61 |
+
title={Age Progression/Regression by Conditional Adversarial Autoencoder},
|
| 62 |
+
author={Zhang, Zhifei, Song, Yang, and Qi, Hairong},
|
| 63 |
+
booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 64 |
+
year={2017},
|
| 65 |
+
organization={IEEE}
|
| 66 |
+
}
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
### Acknowledgements
|
| 70 |
+
Original authors: **Zhifei Zhang**, **Yang Song**, and **Hairong Qi**
|
| 71 |
+
Project page: [https://susanqq.github.io/UTKFace/](https://susanqq.github.io/UTKFace/)
|
| 72 |
+
|
| 73 |
+
I've curated and restructured this version.
|