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
Actually, I can’t figure out what the deformation_table.pth and deformation_accum file or the deformation_table tensor does in this code.
The only reference I found is in the tb_writer.add_scalar function: deformation_table.sum() / scene.gaussians.get_xyz.shape[0]
If I remove this, will this code still works properly?
Thank you.
The text was updated successfully, but these errors were encountered:
Actually, I can’t figure out what the deformation_table.pth and deformation_accum file or the deformation_table tensor does in this code.
The only reference I found is in the tb_writer.add_scalar function:
deformation_table.sum() / scene.gaussians.get_xyz.shape[0]
If I remove this, will this code still works properly?
Thank you.
The text was updated successfully, but these errors were encountered: