okankop / MFF-pytorch

Motion Fused Frames implementation in PyTorch, codes and pretrained models.
Other
131 stars 33 forks source link

About how to generate OF images #14

Closed erwangccc closed 2 years ago

erwangccc commented 3 years ago

Hi, thanks for sharing your great work.

I want to know could i generate OF images on CPU slowly? And if we have 16 frames, make it has 4 segments, 4 frames in one segment, 3 optical flow images are from the 4 frames, right? or for example 3 frames in one segment, the previous 2 frames generate optical flow, the last frame as RGB image?

Thanks in advance.