city-super / Octree-GS

Octree-GS: Towards Consistent Real-time Rendering with LOD-Structured 3D Gaussians
Other
549 stars 40 forks source link

About web viewer #22

Open nnm3900 opened 5 months ago

nnm3900 commented 5 months ago

Thank you for the excellent work. I have tried many variations of Gaussian splatting, but the quality of the results from Octree-GS is outstanding. I have created a simple web viewer for Octree-GS that runs in the browser, aiming to develop a web service using Octree-GS. https://github.com/nnm3900/octree-gs-web-viewer/tree/main However, the current version struggles with smooth rendering. If you have any ideas for speeding up, I would love to hear.

tongji-rkr commented 5 months ago

Perfect Work!!! I have tested it in my local environment and it works very well. I notice that the native GPU is not being used, maybe you can try redering on the GPU or tranfering the rendering redult with socket.

nnm3900 commented 5 months ago

Thank you for your kind comment !! I will try to implement the GPU-based acceleration.