BIG UPDATE:
Please uninstall your gsplat
since it has big bugs in version 0.1.7
pip uninstall nerfstudio gsplat
pip install git+https://github.com/nerfstudio-project/gsplat.git
pip install git+https://github.com/ichsan2895/nerfstudio.git
Now, it based Latest Nerfstudio (commit ae6c46c, 9 March 2024). So it supports of this features:
Splatfacto-big
is supported now. splatfacto-big- Flag
--pipeline.model.rasterize_mode antialiased
inns-train splatfacto
and/orns-train splatfacto-big
Implement new rasterization mode using opacity compensation factor - You change the background to alpha channel in RGBA images, so it will be transparent in
splatfacto
. Add transparency carving to splatfacto - Enable coarse-to-fine training by default. It seems increase the result quality. (nerfstudio-project#2984)