yihua7 / SC-GS

[CVPR 2024] Code for SC-GS: Sparse-Controlled Gaussian Splatting for Editable Dynamic Scenes
https://yihua7.github.io/SC-GS-web/
MIT License
505 stars 28 forks source link

Deformation #50

Closed zhenyuan1234 closed 3 months ago

zhenyuan1234 commented 4 months ago

Hi, how do controllable points guide 3D Gaussian deformation? Is there any constraint to achieve it? Thanks!

yihua7 commented 4 months ago

Hi, Thanks for discussing this. Briefly, the control points affect Gaussians using a learnable RBF determining the control weights. The method is a linear blending skinning (LBS) manner. Some constraints like ARAP regularization are used during training. For more details, please refer to our paper. : )