Skip to content

v1.1 - BIG update

Latest
Compare
Choose a tag to compare
@ichsan2895 ichsan2895 released this 17 Mar 09:48
· 1 commit to main since this release
ef7ebb7

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:

  1. Splatfacto-big is supported now. splatfacto-big
  2. Flag --pipeline.model.rasterize_mode antialiased in ns-train splatfacto and/or ns-train splatfacto-big Implement new rasterization mode using opacity compensation factor
  3. You change the background to alpha channel in RGBA images, so it will be transparent in splatfacto. Add transparency carving to splatfacto
  4. Enable coarse-to-fine training by default. It seems increase the result quality. (nerfstudio-project#2984)