ShenhanQian / GaussianAvatars

[CVPR 2024 Highlight] The official repo for "GaussianAvatars: Photorealistic Head Avatars with Rigged 3D Gaussians"
https://shenhanqian.github.io/gaussian-avatars
Other
619 stars 93 forks source link

Triangles for the upper and lower teeth #17

Closed RainbowRui closed 7 months ago

RainbowRui commented 8 months ago

What a great job! Congratulation for CVPR's acceptance! I find your paper described that

We also manually add triangles for the upper and lower teeth, which are rigid to the neck and jaw joints, respectively.

Would you plan to share the revised FLAME mesh in the future? It is quite important for me! Thanks a lot!

ShenhanQian commented 8 months ago

Thanks for your attention!

We don't have a revise template mesh. Instead, we add the teeth triangles when creating a FLAME object. You can refer to this function: https://github.com/ShenhanQian/GaussianAvatars/blob/76038ba8908d5bb3719bfec4d5ef68bf71a5a6a0/flame_model/flame.py#L184

RainbowRui commented 8 months ago

Thanks! I will take a try!