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
Hii, is there any plan to integrate MCMC strategy into NeRFStudio's splatfacto? I've tried myself but it seems not working. I essentially add MCMCStrategy.step_post_backwardlink in trainer.py between self.grad_scaler.scale(loss).backward()link and self.optimizers.optimizer_scaler_step_some(self.grad_scaler, needs_step)link. Additionally, I commented out the after_train and refinement_after operations.
However, the results are pretty weird. I understand MCMC is working well with gsplat code base so I am wondering if there is any plan to integrate MCMC into nerfstudio's code base?
Thanks!
The text was updated successfully, but these errors were encountered:
My impression of the likely outcome is that MCMC will be added as an option once we move over to gsplat's strategy API, but it won't be enabled by default.
Hii, is there any plan to integrate MCMC strategy into NeRFStudio's splatfacto? I've tried myself but it seems not working. I essentially add
MCMCStrategy.step_post_backward
link intrainer.py
betweenself.grad_scaler.scale(loss).backward()
link andself.optimizers.optimizer_scaler_step_some(self.grad_scaler, needs_step)
link. Additionally, I commented out theafter_train
andrefinement_after
operations.However, the results are pretty weird. I understand MCMC is working well with gsplat code base so I am wondering if there is any plan to integrate MCMC into nerfstudio's code base?
Thanks!
The text was updated successfully, but these errors were encountered: