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

Some problems with the initial point cloud #20

Closed moqiyinlun closed 9 months ago

moqiyinlun commented 9 months ago

Since the pre_n3d.py script does not handle points3D.txt in the code, how can I get the initial point cloud for each frame to train?

lizhan17 commented 9 months ago

you can get sparse points with the function here

from thirdparty.gaussian_splatting.helper3dg import getcolmapsinglen3d

moqiyinlun commented 9 months ago

Thank you very much for your answer, and then I have a small question if the code handle masked images (white background) as in the original Gaussian with the args "--white_background"? Thanks again!

lizhan17 commented 9 months ago

In this repo along with the three dataset, we opt not to use white pixels as background.

moqiyinlun commented 9 months ago

Thanks! I get pretty good results!