FFHQ-UV
收藏资源简介:
FFHQ-UV数据集是一个高质量、公开可用的UV纹理数据集,包含超过50,000个UV地图,通过UV纹理提取、校正和补充过程创建。该数据集使用HiFi3D++拓扑模型和StyleFlow进行创建,具有均匀照明、中性表情、高频细节和清理过的面部区域。FFHQ-UV数据集为我们的UVAPM提供了可靠的知识来源,有助于生成高质量的UV反照率图。该数据集主要应用于3D人脸重建领域,旨在解决现有方法在生成UV反照率图时高频细节不足的问题。
The FFHQ-UV dataset is a high-quality, publicly available UV texture dataset comprising over 50,000 UV maps, constructed via UV texture extraction, correction and completion workflows. Constructed using the HiFi3D++ topological model and StyleFlow, this dataset features uniform illumination, neutral expressions, high-frequency details and cleaned facial regions. The FFHQ-UV dataset serves as a reliable knowledge source for our UVAPM, facilitating the generation of high-quality UV albedo maps. This dataset is primarily applied in the field of 3D face reconstruction, aiming to address the issue of insufficient high-frequency details in existing methods when generating UV albedo maps.
数据集概述
基本信息
- 数据集名称: High-Quality Facial Albedo Generation for 3D Face Reconstruction from a Single Image using a Coarse-to-Fine Approach
- GitHub地址: https://github.com/MVIC-DAI/UVAPM
- 研究领域: 计算机视觉、3D人脸重建、纹理生成
方法概述
- 粗粒度反照率生成: 使用UV反照率参数模型(UVAPM)生成低分辨率反照率图
- 细节生成: 通过变分自编码器(VAE)添加高频细节(皱纹、胡须等)
- 渲染: 使用可微分渲染器生成最终3D人脸模型
数据集内容
- 预训练模型:
- ArcFace模型
- Deep3D模型
- 细节生成模型(自动编码器和变分自动编码器)
- dlib面部特征点检测模型
- DPR模型
- e4e模型
- 表情识别模型
- 68点地标检测模型
- MTCNN模型
- 解析模型
- ResNet模型
- VGG模型
使用方式
-
UV反照率图生成: bash bash run_rgb_fitting.sh
-
细节生成器训练: bash python train_detail_generator.py --dataset_path path/to/dataset --epochs 50 --batch_size 32
-
3D人脸渲染: bash python render_3d_face.py --albedo_map path/to/albedo_map.png --output_path path/to/save/render
引用信息
bibtex @article{dai2025high, title={High-Quality Facial Albedo Generation for 3D Face Reconstruction from a Single Image using a Coarse-to-Fine Approach}, author={Dai, Jiashu and Wang, Along and Ni, Binfan and Cao, Tao}, journal={arXiv preprint arXiv:XXXX.XXXXX}, year={2025} }
致谢
- 安徽省高校自然科学研究项目(编号: KJ2020A0362)

- 1High-Quality Facial Albedo Generation for 3D Face Reconstruction from a Single Image using a Coarse-to-Fine Approach安徽工业大学计算机与信息学院 · 2025年



