radekd91 / emoca

Official repository accompanying a CVPR 2022 paper EMOCA: Emotion Driven Monocular Face Capture And Animation. EMOCA takes a single image of a face as input and produces a 3D reconstruction. EMOCA sets the new standard on reconstructing highly emotional images in-the-wild
https://emoca.is.tue.mpg.de/
Other
695 stars 89 forks source link

Which landmarks idx are included in this subset? #40

Open sylyt62 opened 1 year ago

sylyt62 commented 1 year ago

There are 465 landmarks in mediapipe facemesh, from which only 105 are taken. Can we know which 105 landmarks are seleted? Is there a mapping in the code?

sylyt62 commented 1 year ago

Oh I see, you select 105 faces out of 9976 faces in total, and calculate the barycenter of each face as the landmark? Why are you doing that instead of selecting 105 vertices?