utkface-combined
收藏资源简介:
该数据集是一个包含人脸图像及人口属性标注的视觉数据集。数据集由39,682个训练样本组成,总大小约1.9GB。每个样本包含以下特征字段:图像数据(image字段)、年龄数值(age字段,int64类型)、性别标签(gender字段,string类型)、年龄分组标签(age_group字段,string类型)以及对应的编码版本(age_group_encoder和gender_encoder字段,均为int64类型)。数据集提供了年龄和性别的原始标注和分组标注,并包含预处理的编码表示,适用于年龄估计、性别识别、人口属性分析等计算机视觉任务。
This dataset is a visual dataset containing facial images and demographic attribute annotations. It comprises 39,682 training samples, with a total size of approximately 1.9 GB. Each sample contains the following feature fields: image data (stored in the "image" field), age value (the "age" field, int64 type), gender label (the "gender" field, string type), age group label (the "age_group" field, string type), and their corresponding encoded versions (the "age_group_encoder" and "gender_encoder" fields, both of int64 type). The dataset provides both raw and grouped annotations for age and gender, along with preprocessed encoded representations, which are applicable to computer vision tasks such as age estimation, gender recognition, and demographic attribute analysis.
- 数据集名称:UTKFace-Combined
- 数据集来源:Hugging Face 平台上的 Trank123/utkface-combined
- 数据集规模:
- 总样本数:39,682 条
- 数据集大小:约 1.90 GB(下载大小约 1.89 GB)
- 数据划分:仅包含训练集(train)
- 数据特征:
image:图像数据(dtype:image)age:年龄(dtype:int64)gender:性别(dtype:string)age_group:年龄段分组(dtype:string)age_group_encoder:年龄段编码(dtype:int64)gender_encoder:性别编码(dtype:int64)
- 数据格式说明:
- 性别和年龄组均提供原始文本形式及对应的整数编码(encoder),便于直接用于分类或回归任务。
- 图像数据以标准 image 格式存储,支持常见图像处理流程。
- 应用方向:适用于人脸年龄与性别识别、年龄分组分类等计算机视觉与多模态学习任务。





