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

What’s the inference rendering speed? And GPU? #30

Open beibeirory opened 2 months ago

beibeirory commented 2 months ago

Thanks for your work. What’s the inference rendering speed? And GPU?

yihua7 commented 2 months ago

Hi,

Method 3D-GS 4D-GS Baseline Ours
FPS 298.5 145.8 113.3 295.4

Baseline is our method without sparse control points and with per-Gaussian motion prediction. Notice that our method uses cached NN information and does not need KNN queries. The cost of MLP prediction for each sparse control point is very little.

beibeirory commented 2 months ago

Thanks for your reply. The work is helpful.