nerfstudio-project / viser

Web-based 3D visualization + Python
https://viser.studio/latest
Apache License 2.0
593 stars 31 forks source link

How do I reproduce this example:Gaussian splatting visualization #226

Open smart4654154 opened 1 week ago

smart4654154 commented 1 week ago

Thank you very much for your work.

image How do I reproduce this example?should i go to Source: WangFeng18/3d-gaussian-splatting and heheyas/gaussian_splatting_3d.?

When can the viser natively support ply(3DGS result) viewing and provide examples?Thank you very much for your work.

brentyi commented 1 week ago

@hangg7 has some nice examples here, for rendering in Python and then streaming to viser: https://github.com/hangg7/nerfview

For native 3DGS rendering, I'd appreciate feedback on this PR: https://github.com/nerfstudio-project/viser/pull/110