w-m / 3dgs-compression-survey

An open survey on 3D Gaussian Splatting compression methods
https://w-m.github.io/3dgs-compression-survey/
MIT License
84 stars 4 forks source link

add gsplat into benchmark #7

Closed liruilong940607 closed 2 months ago

liruilong940607 commented 2 months ago

gsplat (https://docs.gsplat.studio) integrates the most recent techniques about 3DGS. By combining 3DGS-MCMC and some compression techniques (Self-Organizing-Gaussians, Making-Gaussian-Splats-more-smaller), we're able to achieve decent performance on 3DGS compression.

Code entry: https://github.com/nerfstudio-project/gsplat/blob/main/examples/benchmarks/compression/mcmc.sh

Screenshot 2024-08-14 at 1 35 06 PM Screenshot 2024-08-14 at 1 35 33 PM

Nit: This PR also fixes a few bugs caused by some papers updating their arXiv version.

Update (08/14): We were eval on 7 scenes of mipnerf360. Now we update it to eval on 9 scenes.

liruilong940607 commented 2 months ago

Thanks for the merge!