SC-GS icon indicating copy to clipboard operation
SC-GS copied to clipboard

What’s the inference rendering speed? And GPU?

Open beibeirory opened this issue 10 months ago • 2 comments

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

beibeirory avatar Apr 24 '24 08:04 beibeirory

Hi,

  • We test our method on a single NVIDIA RTX3090 GPU.

  • The comparison of rendering speed on the DNeRF dataset with 800*800 resolution is as the following table:

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.

yihua7 avatar Apr 25 '24 04:04 yihua7

Thanks for your reply. The work is helpful.

beibeirory avatar Apr 25 '24 12:04 beibeirory