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
The quickest solution is to set a close to zero learning rate for these parameters if you only want to rapidly test things.
Otherwise the cleanest method is to get those parameters out of the gaussian optimizable parameters in the gaussian model file.
Hi,
is there anybody know how to freeze some parameters of 3d Gaussian like position or rotation etc.
Just setting
requires_grad
False seems like not enough, cuz the position still changes even I set falseThe text was updated successfully, but these errors were encountered: