Open bchao1 opened 3 weeks ago
Hi, the Gaussian point cloud will be saved as a .ply file in the output directory during training. All the properties of Gaussian Surfels are also stored in the same .ply file. You can read the file and check them out. If you want to render individual Gaussian, just use the same render function in the standard pipeline but replace the input Gaussian tensors to your select one.
Hi,
Thanks for the amazing project. I was wondering how to access the underlying Gaussian splatting model. Is there any intermediate outputs where you save the model? I am trying to access the individual Gaussians and visualize them.
Thank you!