From 4e22df85fdef0650ed3e37e3fbe6371660ec54b2 Mon Sep 17 00:00:00 2001 From: Navaneet K L Date: Mon, 1 Jul 2024 11:05:39 -0700 Subject: [PATCH] Update index.html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 5bdc237..651de19 100644 --- a/docs/index.html +++ b/docs/index.html @@ -192,7 +192,7 @@

Comparison with SOTA Methods

NeRF based approaches while maintaining a high rendering speed during inference. Trained NeRF models are significantly smaller than 3DGS since NeRFs are parameterized using neural networks while 3DGS requires storage of parameters of millions of 3D Gaussians. Our method, CompGS, is a vector quantized version of 3DGS that maintains the speed and performance advantages of 3DGS while being 40-50x - smaller. ∗ Reproduced using official code. † Reported from 3DGS. Our timings for 3DGS and CompGS are reported using a RTX6000 + smaller. ∗Reproduced using official code. †Reported from 3DGS. Our timings for 3DGS and CompGS are reported using a RTX6000 GPU while those with † used A6000 GPU. We boldface entries for emphasis.