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
478 stars 26 forks source link

看完文章后有些问题求指教 #26

Closed mengW6 closed 5 months ago

mengW6 commented 5 months ago

您好,我有一些问题还请指点 1、这512个稀疏控制点是如何得到的,他们之间有什么关联性吗?然后是怎么控制稀疏控制点去驱动3D高斯点运动,这输出的动作是随机的吗? 2、请问有没有放出训练好的模型 3、输入的是图片序列吗? 4、跑代码需要多长时间 非常期待和感谢您的回答!

yihua7 commented 5 months ago

Hi,

  1. Control points are initialized as Gaussians and optimized using rendering loss.
  2. You can execute the training code directly, which should yield results quickly.
  3. Yes.
  4. It should take between 10 to 20 minutes.

Feel free to continue this discussion if you have more questions or insights!

mengW6 commented 5 months ago

Thanks for you reply!