This commit is contained in:
Eugene Fairley 2025-06-29 00:34:41 -07:00
parent bdabcf54c4
commit 53d173e59e

View File

@ -1109,7 +1109,8 @@ def patch_motion(
): ):
"""Apply motion patching based on tracks""" """Apply motion patching based on tracks"""
with torch.no_grad(): with torch.no_grad():
print("vid shape:", vid) print("vid shape:", vid[0,0])
print("vid shape:", vid[0,10])
_, T, H, W = vid.shape _, T, H, W = vid.shape
N = tracks.shape[2] N = tracks.shape[2]
_, tracks_xy, visible = torch.split( _, tracks_xy, visible = torch.split(