MotionDiffuse
MotionDiffuse copied to clipboard
Question on attention mask type
Thanks for the paper and code! I'm curious on how causal masking and bidirectional masking perform differently in motion diffuse.
Thanks for the paper and code! I'm curious on how causal masking and bidirectional masking perform differently in motion diffuse.
Here we use mask only to eliminate the influence of zero padding. As for valid frames, we consider relationships between all pairs.