Cameron F.
Cameron F.
I'm getting the same error when I try to test a select using providers, says my state is undefined
+1 for flow. The windows support is still trailing, but it is picking up a lot of steam. Both are great options though. With babel 7 you can use TS...
The Optuna approach is nice https://optuna.readthedocs.io/en/stable/tutorial/pruning.html
@inuex35 why do the renders look really good but the extracted ply file is unusable?
@yufengzh they are not part of gsplat, there is an example here for how to implement: https://github.com/nerfstudio-project/gsplat/blob/main/examples/simple_trainer.py#L661 ``` # regularizations if cfg.opacity_reg > 0.0: loss = ( loss + cfg.opacity_reg...
@kerrj I see there is a use_scale_regularization config here: https://github.com/nerfstudio-project/nerfstudio/blob/main/nerfstudio/models/splatfacto.py#L195 and then there is a scale_reg loss calculated here: https://github.com/nerfstudio-project/nerfstudio/blob/main/nerfstudio/models/splatfacto.py#L720 but doesn't this need to be applied to the main...
@yufengzh are you still working on this PR? excited to see it get merged. Do you need any help with the regularization terms?
@Ben-Mack the PR is not complete, the regularlization terms need to be added
can also confirm this dramatically improves the quality of the exported ply files, this needs to be in nerfstudio asap