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
924 stars 87 forks source link

Enable coarse to fine training #38

Closed ichsan2895 closed 8 months ago

ichsan2895 commented 8 months ago

Hello, Since this repo is using method from splatfacto, recently nerfstudio's developer change 2 hyperparameters for activating coarse-to-fine training. See this thread for disscussion : Enable coarse-to-fine training

It proved increase the quality a little bit in original splatfacto. Jb-ye and me already proved in some datasets. But, I never tested in this repo. I believe it also works in this repo too.

pierotofy commented 8 months ago

Thanks @ichsan2895 ! If it worked in splatfacto, at this point it should work in opensplat also.