From 09e4e963ad0be777c8d549f596b276a11bb74b24 Mon Sep 17 00:00:00 2001 From: Jianbo Ye Date: Thu, 22 Aug 2024 21:17:55 +0000 Subject: [PATCH] change splatfacto-big densify_grad_thresh to 0.0005 --- nerfstudio/configs/method_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerfstudio/configs/method_configs.py b/nerfstudio/configs/method_configs.py index c5f471c8b15..c9bc9f77035 100644 --- a/nerfstudio/configs/method_configs.py +++ b/nerfstudio/configs/method_configs.py @@ -663,7 +663,7 @@ ), model=SplatfactoModelConfig( cull_alpha_thresh=0.005, - densify_grad_thresh=0.0006, + densify_grad_thresh=0.0005, ), ), optimizers={