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

How to get the ground truth and template landmarks #16

Closed shubhajitbasak closed 2 years ago

shubhajitbasak commented 2 years ago

Thanks for sharing the evaluation code. I am trying to evaluate some other ground truth datasets like face warehouse. Just wondering how to manually annotate the template mesh? Is there any tool available for that? Also, it will be helpful if you could provide a sample of how you have generated the landmark files for the ground truths as the ground truth dataset does not have any landmarks provided on it.

barisgecer commented 2 years ago

https://github.com/menpo/landmarker.io https://www.menpo.org/landmarkerio/

shubhajitbasak commented 2 years ago

Thank you!!