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 have some questions about the code in def forward at class FlameDeformationModuleOnlyHead in deformation.py. I understand that you use grid to approximate deformation field. But there are operations that I don't understand:
Line 706, what is the purpose of world2grid?
Line 707, why do we need to use torch.flip? I think the last dim of x_grids already in xyzorder.
Line 734, why x_c = x_c + x_t? I think x_c is already the canonical points.
The text was updated successfully, but these errors were encountered:
Dear author,
I have some questions about the code in
def forward at class FlameDeformationModuleOnlyHead in deformation.py
. I understand that you use grid to approximate deformation field. But there are operations that I don't understand:world2grid
?torch.flip
? I think the last dim ofx_grids
already inxyz
order.x_c = x_c + x_t
? I thinkx_c
is already the canonical points.The text was updated successfully, but these errors were encountered: