# 3DFace **Repository Path**: toutou78/3DFace ## Basic Information - **Project Name**: 3DFace - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-29 - **Last Updated**: 2024-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Introduction This dataset contains [CoarseData](https://drive.google.com/file/d/0B0A9UsiwtVTHY0p4em5qUzRISW8/view?usp=sharing&resourcekey=0-H-aOtSPiLB_UsqkymVhYzw) (if you are looking for the expression model, find it [here](https://github.com/Juyong/3DFace/blob/master/Exp_Pca.bin)) and [FineData](https://drive.google.com/open?id=1z7jVbQOap3oZuZkcNhq4A_viZTJbf5eo) augmented from 3131 images of [300-W](https://ibug.doc.ic.ac.uk/resources/300-W/) with the method described in the paper [CNN-based Real-time Dense Face Reconstruction with Inverse-rendered Photo-realistic Face Images](https://arxiv.org/abs/1708.00980). CoarseData is constructed by varying poses and expressions of the original images. FineData is constructed by transferring details from other images to the original images. We augment each image 30 times for both CoarseData and FineData. We also put the augmented dataset and the reconstruction results by our method on [BaiduYun](https://pan.baidu.com/s/1jNVQLXBLbbZSrc8l5zXRIA) with password: vev7. ## Dependencies To use the CoarseData, one needs the [Basel Face Model](https://faces.dmi.unibas.ch/bfm/), which is used as the parametric identity face model in our method. ## Usage As introduced in the above, each face image is augmented 30 times in the CoarseData and FineData dataset. With the given information, we can also easily get other useful informations like the corresponding 3D landmark positions and head poses. If you have comments or questions, please contact Yudong Guo (gyd2011@mail.ustc.edu.cn) and Juyong Zhang (juyong@ustc.edu.cn). ## License Please note that this dataset could be used for research purpose only, and any commercial use of the data is prohibited. ## Citation Please cite the following paper if this dataset helps your research: @article{Guo20193DFace, author = {Yudong Guo and Juyong Zhang and Jianfei Cai and Boyi Jiang and Jianmin Zheng}, title = {CNN-based Real-time Dense Face Reconstruction with Inverse-rendered Photo-realistic Face Images}, journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence}, volume = {41}, number = {6}, pages = {1294-1307}, year = {2019} }