Skip to content

Commit

Permalink
change splatfacto-big densify_grad_thresh to 0.0005
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianbo Ye committed Aug 22, 2024
1 parent 558f2be commit 09e4e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerfstudio/configs/method_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@
),
model=SplatfactoModelConfig(
cull_alpha_thresh=0.005,
densify_grad_thresh=0.0006,
densify_grad_thresh=0.0005,
),
),
optimizers={
Expand Down

0 comments on commit 09e4e96

Please sign in to comment.