yfeng95 / PRNet

Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
http://openaccess.thecvf.com/content_ECCV_2018/papers/Yao_Feng_Joint_3D_Face_ECCV_2018_paper.pdf
MIT License
4.96k stars 945 forks source link

How did valid incides computed? #180

Open ulucsahin opened 4 years ago

ulucsahin commented 4 years ago

face_ind.txt is used for getting vertices that correspond to face area. I was wondering how this was computed. I trained model with an extra deconv layer at the end for generating 512x512x3 meshes. But i am unable to render this properly since I do not have valid indices for 512 resolution.

Thanks.