tencent-ailab / hifi3dface

Code and data for our paper "High-Fidelity 3D Digital Human Creation from RGB-D Selfies".
Other
756 stars 153 forks source link

Mismatch between vertex list and those reference by faces in AI-Next-Shape.mat and about the 86 landmarks #20

Open kyungjin-lee opened 3 years ago

kyungjin-lee commented 3 years ago

Hello, thank you for the amazing work I have two questions as follows.

  1. In the "AI-Next-Shape.mat' file, the total number of vertices is 20481 but 10963 of them are not referenced by any listed face in 'tri'. The vertices in 'AI-Next-Shape-NoAug.mat', however, seemed to be referenced by at least one face. I was wondering if the augmentation allowed the reduction of the number of required vertices by increasing the dimensionality of PCA or if the face list should be modified to something else.

  2. Are the 86 landmarks superset of the conventional 68 landmarks? Is it possible to know which index out of the 86 landmarks corresponds to the 68 landmarks?

Thank you so much!