alimama-creative / M3DDM-Video-Outpainting

Official repo for Hierarchical Masked 3D Diffusion Model for Video Outpainting
https://fanfanda.github.io/M3DDM/
Apache License 2.0
83 stars 6 forks source link

the global video clip masks #9

Closed xiangweifeng closed 7 months ago

xiangweifeng commented 8 months ago

Hi, Fan, for example, the global video is compsed by frame 1,4,8,12; the current video clip is composed by 1, 2, 3, 4. The 1 and 4 should adopt same masks. The 8 and 12 are raw frames, or need to be masked as the current video clip?

xiangweifeng commented 8 months ago

another question, in 3.2.1, "In order to construct the training samples for video outpainting, we randomly mask out the edges of each frame.". does it means in a video clip, the mask for each frame is different? or the whole video clip adopt same masks?

fanfanda commented 7 months ago

Hi, Fan, for example, the global video is compsed by frame 1,4,8,12; the current video clip is composed by 1, 2, 3, 4. The 1 and 4 should adopt same masks. The 8 and 12 are raw frames, or need to be masked as the current video clip?

The 8th and 12th need to be masked as the current video clip.

fanfanda commented 7 months ago

Hi, Fan, for example, the global video is compsed by frame 1,4,8,12; the current video clip is composed by 1, 2, 3, 4. The 1 and 4 should adopt same masks. The 8 and 12 are raw frames, or need to be masked as the current video clip?

The 8th and 12th need to be masked as the current video clip.

fanfanda commented 7 months ago

another question, in 3.2.1, "In order to construct the training samples for video outpainting, we randomly mask out the edges of each frame.". does it means in a video clip, the mask for each frame is different? or the whole video clip adopt same masks?

The whole video clip adopts the same masks and some frames are not masked.