barisgecer / GANFit

Project Page of 'GANFIT: Generative Adversarial Network Fitting for High Fidelity 3D Face Reconstruction' [CVPR2019]
http://openaccess.thecvf.com/content_CVPR_2019/html/Gecer_GANFIT_Generative_Adversarial_Network_Fitting_for_High_Fidelity_3D_Face_CVPR_2019_paper.html
GNU General Public License v3.0
627 stars 65 forks source link

The uv format of GANFIT #21

Open 07hyx06 opened 9 months ago

07hyx06 commented 9 months ago

Hi, thanks for your work and all the implementation details you shared in the GitHub issue :)

I find lots of follow-up works are built on top of GANFIT, including AvatarMe, AvatarMe++, and FitMe. Are the 3DMM used by these methods share the same topology and UV parameterization as GANFIT? I see the template.obj on the project page of GANFIT, is this the template mesh used by GANFIT and its follow-ups (AvatarMe, AvatarMe++, and FitMe)? Is the this file the uv parameterization of template.obj?

Thanks in advance.