-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
Please check detail in issue.

The issue code: FLF2V generate function
For I2V, masking shape like as below:
[[1, 0, 0, ... , 0]
[1, 0, 0, ... , 0]
[1, 0, 0, ... , 0]
[1, 0, 0, ... , 0]]
I understood: when the mask is 1, input video frame does not change.
(*Mask shape: [1, 4, 21, 60, 104] = [B, C, F, H, W])
But in the FLF2V case, masking shape like as below:
[[1, 0, 0, ... , 0]
[1, 0, 0, ... , 0]
[1, 0, 0, ... , 0]
**[1, 0, 0, ... , 1]]**
Here, why the last frame mask has 1 only in last channel??
Is there anyone who can explain this part?
KyujinHan
Metadata
Metadata
Assignees
Labels
No labels