kcheng1021 / GaussianPro

[ICML2024] Official code for GaussianPro: 3D Gaussian Splatting with Progressive Propagation
https://kcheng1021.github.io/gaussianpro.github.io/
MIT License
676 stars 44 forks source link

visualization of gaussian balls #57

Open GostInShell opened 4 months ago

GostInShell commented 4 months ago

Thanks for sharing the code of your excellent work!!!

The visualization of Fig. 4 in the paper is really cool. image I've tried to use Open3d for visualization. But the rendering quality is relatively low, and I cannot control the view very smoothly.

Can your tool visualize large amount of Gaussians effciciently? Do you mind sharing the code or tools for visualization? Thanks a lot!

kcheng1021 commented 3 months ago

Hi, the gaussians can be visualized by the original SIBR viewer. There are a drop-down list to choose rendering splat/gaussian/initial points.