graphdeco-inria / hierarchical-3d-gaussians

Official implementation of the SIGGRAPH 2024 paper "A Hierarchical 3D Gaussian Representation for Real-Time Rendering of Very Large Datasets"
Other
860 stars 78 forks source link

Ellipsoid in SIBR Viewer #45

Closed Gaaaavin closed 1 month ago

Gaaaavin commented 1 month ago

I noticed that the SIBR viewer has no option to visualize ellipsoid like those provided for 3DGS. This is very important for debugging and parameter tuning. How can I modify the code to enbale this function?

Snosixtyboo commented 1 month ago

Hi,

unfortunately, we don't have a renderer right now that can do ellipsoid rendering at this scale. But it should still be possible to load the individual chunk .ply files into the old (3DGS) viewer and take a look at the ellipsoids there!

Gaaaavin commented 1 month ago

Thank you for the information!