pierotofy / OpenSplat

Production-grade 3D gaussian splatting with CPU/GPU support for Windows, Mac and Linux 🚀

Home Page:https://antimatter15.com/splat/?url=https://splat.uav4geo.com/banana.splat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to limit number of gaussians

pierotofy opened this issue · comments

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).