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
I am quite confused that why does the code here use the last value of the last dimension of viewspace_point_tensor.grad to accumulate the absolute value of gradient, while the original gaussian splatting uses the first two value instead? I can't find the explanation from the equation (14) and (15) in the paper.
I am quite confused that why does the code here use the last value of the last dimension of viewspace_point_tensor.grad to accumulate the absolute value of gradient, while the original gaussian splatting uses the first two value instead? I can't find the explanation from the equation (14) and (15) in the paper.
gaussian-opacity-fields/scene/gaussian_model.py
Line 649 in 98d0858
The text was updated successfully, but these errors were encountered: