MrNeRF / gaussian-splatting-cuda

3D Gaussian Splatting, reimagined: Unleashing unmatched speed with C++ and CUDA from the ground up!
Other
909 stars 74 forks source link

Implement the mcmc adaptive control strategy #61

Open MrNeRF opened 2 weeks ago

MrNeRF commented 2 weeks ago

Implement mcmc for the densification as strategy.

See https://github.com/nerfstudio-project/gsplat/blob/main/gsplat/strategy/mcmc.py https://arxiv.org/abs/2404.09591

Depends on Issue