You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Great work and thank you for making this available to public!
I wonder if you have tried to use the --pipeline.model.use-bilateral-grid True option since it can potentially improve the result.
I did try it but it gives me:
RuntimeError: Optimizer config for 'bilateral_grid' not found in config file. Make sure you specify an optimizer for each parameter group. Provided configs were: dict_keys(['means', 'features_dc', 'features_rest', 'opacities', 'scales', 'quats', 'camera_opt'])
But when I define the configs in igs2gs_config.py like so:
Hi! Great work and thank you for making this available to public!
I wonder if you have tried to use the
--pipeline.model.use-bilateral-grid True
option since it can potentially improve the result.I did try it but it gives me:
RuntimeError: Optimizer config for 'bilateral_grid' not found in config file. Make sure you specify an optimizer for each parameter group. Provided configs were: dict_keys(['means', 'features_dc', 'features_rest', 'opacities', 'scales', 'quats', 'camera_opt'])
But when I define the configs in
igs2gs_config.py
like so:ns-train
seems to call splatfacto instead of igs2gs. Do you have an idea what is going on here?The text was updated successfully, but these errors were encountered: