Replies: 1 comment
-
If I had to guess, I believe this parameter has been replaced with the From stop_screen_size_at: int = 4000
"""stop culling/splitting at this step WRT screen size of gaussians""" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I was trying to optimise parameters for my project running on splatfacto-big.
In the Nerfology section, I found the parameter recommendation
--pipeline.model.continue_cull_post_densification=False
in combination with--pipeline.model.cull_alpha_thresh=0.005
to remove more translucent gaussians and improve the overall quality. However, the parameter--pipeline.model.continue_cull_post_densification
seems to be removed. I remember it was available in some older installation on my machine but once I re-installed nerfstudio from source (1.1.5), it is not available anymore. Is there something I confused? Otherwise I'd suggest to remove it from the Nerfology page. :)Beta Was this translation helpful? Give feedback.
All reactions