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 encountered the following problem while processing a .mp4 file
Processing: XXX_seg [200 frames]...
Traceback (most recent call last):
File "D:\Users\ProPainter\inference_propainter.py", line 372, in
masked_frames = frames * (1 - masks_dilated)
RuntimeError: The size of tensor a (200) must match the size of tensor b (201) at non-singleton dimension 1
The text was updated successfully, but these errors were encountered:
I encountered the following problem while processing a .mp4 file
Processing: XXX_seg [200 frames]...
Traceback (most recent call last):
File "D:\Users\ProPainter\inference_propainter.py", line 372, in
masked_frames = frames * (1 - masks_dilated)
RuntimeError: The size of tensor a (200) must match the size of tensor b (201) at non-singleton dimension 1
The text was updated successfully, but these errors were encountered: