fgnet
Datasets
All datasets matching “fgnet”Face-Age_UTKFACE_FGNET
Face-Age_UTKFACE_FGNET Dataset
Overview
Property
Value
Total Images
32,173
Age Range
0 - 90 years
Age Classes
91 (folders 0-90)
Mean Image Dimensions
269 x 271 px
Sources
UTKFace dataset, FGNET dataset
HuggingFace Repo
YoussefAboelwafa/Face-Age_UTKFACE_FGNET
Structure
dataset/
├── train/
│ ├── 0/ # Age 0 (34 images)
│ ├── 1/ # Age 1 (1,039 images)
│ │ ...
│ └── 90/ # Age 90 (82 images)… See the full description on the dataset page: https://huggingface.co/datasets/YoussefAboelwafa/Face-Age_UTKFACE_FGNET.fgnet-age30-protocol
FGNET AGE-30 验证协议
本仓库保存一个处理后的 FGNET AGE-30 人脸验证协议,用于跨年龄/年龄不变人脸识别评估。
图片已经完成对齐,并统一 resize 到 224x224。验证协议以 pairs.csv 形式提供,可直接用于本项目中的 VerificationEvaluator 流程。
数据集结构
facerec_val/
fgnet_age30/
images/
*.jpg
pairs.csv
划分统计
划分
图片数
验证对数
同身份对
不同身份对
fgnet_age30
1002
576
288
288
pairs.csv 一共有 1152 行,因为每一对验证样本由连续两行图片记录组成。
pairs.csv 格式
字段
说明
path
原始处理服务器上的图片绝对路径。换机器使用时,需要将该根路径替换或映射到本地数据集路径。
index
evaluator… See the full description on the dataset page: https://huggingface.co/datasets/lhx05/fgnet-age30-protocol.FGNET
