oppo-us-research / SpacetimeGaussians

[CVPR 2024] Spacetime Gaussian Feature Splatting for Real-Time Dynamic View Synthesis
https://oppo-us-research.github.io/SpacetimeGaussians-website/
Other
617 stars 45 forks source link

Rasterization #44

Open Carloslius opened 7 months ago

Carloslius commented 7 months ago

Hello, I would like to ask, if I use this ourslite model, then the rasterization part of the cuda code does not need to make any changes?

lizhan17 commented 7 months ago

rasterization part in the code does not change.

we just fused the python code that is related to the motion (spacetime->3DGS) to the cuda code in the forward_lite and forward_full cuda files for simplicity.