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
During generation, I decoded the latents into RGB for visualization and observed noticeable frame-to-frame jumps.
00000.mp400001.mp4
My understanding is that this may stem from a mismatch between conditioning on ground-truth frames (teacher forcing) versus model-generated frames during autoregressive rollout.
Hi, thank you for your great work!
I’m generating ODE data with the chunk-wise model:
During generation, I decoded the latents into RGB for visualization and observed noticeable frame-to-frame jumps.
00000.mp4
00001.mp4
My understanding is that this may stem from a mismatch between conditioning on ground-truth frames (teacher forcing) versus model-generated frames during autoregressive rollout.
I would like to kindly ask:
Thank you very much for your help!