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

素材大小有限制吗? demo里的是800*800 #7

Closed wing158 closed 4 months ago

wing158 commented 4 months ago

请问demo里一般是800*800,200张图左右, 2K或4K的是否可以,points数里是否有限制?

yihua7 commented 4 months ago

Hi! :)

  1. Our method and code are not limited to any resolution and number of views, but there will be differences in performance and inference speed for different settings of datasets.

  2. Higher-resolution training images will result in clearer reconstruction results. A smaller number of training views can easily lead to overfitting of specific sparse views, which is an inherent problem of Gaussian Splatting.