pierotofy / OpenSplat

Production-grade 3D gaussian splatting with CPU/GPU support for Windows, Mac and Linux 🚀
https://antimatter15.com/splat/?url=https://splat.uav4geo.com/banana.splat
GNU Affero General Public License v3.0
933 stars 87 forks source link

Add option to limit number of gaussians #15

Open pierotofy opened 9 months ago

pierotofy commented 9 months ago

A single gaussian takes ~2000 bytes of memory, so currenly one needs ~1GB of GPU memory for each million gaussians.

We should have an option to limit the number of gaussians (ideally by detecting automatically the memory available).