Skip to content

Commit 7a0b8cb

Browse files
jb-yeJianbo Yekerrj
authored
use gsplat strategy interface to simplify splatfacto (#3376)
* use gsplat strategy interface to simplify splatfacto * change splatfacto-big densify_grad_thresh to 0.0005 * upgrade gsplat version * filter low opacities when exporting * remove num_sh_bases --------- Co-authored-by: Jianbo Ye <jianboye@amazon.com> Co-authored-by: Justin Kerr <justin.g.kerr@gmail.com>
1 parent 194b5d4 commit 7a0b8cb

File tree

4 files changed

+63
-273
lines changed

4 files changed

+63
-273
lines changed

nerfstudio/configs/method_configs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,7 @@
663663
),
664664
model=SplatfactoModelConfig(
665665
cull_alpha_thresh=0.005,
666-
continue_cull_post_densification=False,
667-
densify_grad_thresh=0.0006,
666+
densify_grad_thresh=0.0005,
668667
),
669668
),
670669
optimizers={

0 commit comments

Comments
 (0)