ShenhanQian / GaussianAvatars

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

mesh of the Head #59

Open Zvyozdo4ka opened 5 days ago

Zvyozdo4ka commented 5 days ago

thank you for publishing code.

  1. Is it possible to extract the FLAME mesh along with the Gaussian parameters directly from a video input using the GaussianAvatars method?

  2. Can a point cloud representation be generated from the Gaussian parameters obtained through this method?

ShenhanQian commented 5 days ago

Hi, thanks for your questions.

  1. Theoratically, it is possible because both GaussianAvatars and NVDiffRast can backpropagate gradients to vertices. But it may take some engineering effort.
  2. Yes, you can directly take the positions of 3D Gaussians to form a point cloud.