clarte53 / GaussianSplattingVRViewerUnity

A VR viewer for gaussian splatting models developped as native plugin for unity with the original CUDA rasterizer.
Other
197 stars 25 forks source link

Leverage lightgaussian for better performance #9

Open LifeIsStrange opened 7 months ago

LifeIsStrange commented 7 months ago

Lightgaussian is significantly faster than the original gaussian splatting (and btw generates scenes ten times smaller) https://lightgaussian.github.io/

Peamon commented 7 months ago

Thanks, i will try this.

Peamon commented 2 months ago

I have not planned to integrate this directly in the plugin. But resulting point cloud without quantization step should be loadable in our viewer.

I let the issue open for information about how to optimize a ply file to be efficient in VR.