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
427 stars 21 forks source link

Training on static scenes #33

Closed Lewis-lv0 closed 1 month ago

Lewis-lv0 commented 2 months ago

Hi @yihua7 , thanks for this great work. I have a question on training on static scenes. I wonder whether we can optimize the control points locations and the deformation MLP on a single static scene, since we don't have the motion supervision

I would appreciate if you could help me with this question :)

yihua7 commented 2 months ago

Hi, Of course, we can train SC-GS on static scenes. However, the control points are initialized by furthest sampling rather than optimized. Motion supervision is not necessary for editing, since the deformation graph can also be built by connecting neighboring control points. Demos of T&T scenes are shown in the gifs in Readme.