Skip to content

A re-written version of their web viewer for an easier understanding of it.

Notifications You must be signed in to change notification settings

Bertani545/reduced-3dgs-WebViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Reducing the Memory Footprint of 3D Gaussian Splatting: Web Viewer

Original work by: Panagiotis Papantonakis Georgios Kopanas, Bernhard Kerbl, Alexandre Lanvin, George Drettakis
| Webpage | Full Paper | Datasets (TODO) | Video | Other GRAPHDECO Publications | FUNGRAPH project page |

Re-written by: Jesús Bertani Ramírez

This repository contains a re-written version of the web viewer developed by the authors of the paper, which can be found here, to visualize their new Quantized Gaussians. This was made in order to better understand how the renderer works and to allow anyone to easily understand it.

Given that it was made for the paper, it only parses PLY/SPLAT files with their Quantized Gaussians or files that contains the original 3DGS model but only if they have Spherical Harmonics of degree 3.

The vertex shader used in this implementation accepts gaussians with Spherical Harmonics of degree 0, 1, 2 and 3 so the next step is to make use of this. Also, this implementation uses WebAssembly to sort the gaussians before rendering so it would be great to see this techonology used in other renderers.

About

A re-written version of their web viewer for an easier understanding of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published