mkkellogg / GaussianSplats3D

Three.js-based implementation of 3D Gaussian splatting
MIT License
1.48k stars 191 forks source link

Any tips to get higher performance with splats? #358

Open Patrick-van-Halm-360Fabriek opened 1 week ago

Patrick-van-Halm-360Fabriek commented 1 week ago

Hey all,

We currently have a few splats but we seem to lose a lot of performance on mobile devices. When on PC's the issue also occurs when zooming in close to the objects. When at a distance we see a very much increase of FPS within THREE.

The splat in question has 1376673 splats. Its very dense and I am assuming the splat sorting algorithm might be the bottleneck. image

Is there currently a way to get higher performance? Or is there a way to make the splat less dense whilst keeping the visual fidelity (this is very important to us).

We have trained this using Postshot + Reality Capture's dense pointcloud

seppestaes commented 1 week ago

Is that a splat (the shoe)? I see polygons, not a single outlier?

Patrick-van-Halm-360Fabriek commented 1 week ago

It is a Splat yes, very high fidelity

seppestaes commented 1 week ago

Could you share the .splat? 1.3M doesn't seem like an overkill, as @mkkellogg mentions SHD optimizations up to 16M. Most of my scenes are about 1M i.e. 3Mb (.ksplat) runs very smoothly on mobile.

Patrick-van-Halm-360Fabriek commented 6 days ago

I am making use of (.splat) which is 44Mb in size Splat file (Available 30 days)