alterzero/RBPN-PyTorch

How to predict the first frame or last frame of a video

sjf18 opened this issue · 1 comments

sjf18 commented

Thanks for your great work!
I have a question that how to predict the first or the last frames that no former or latter frames?
In your work, it seems you use neighbor frames around the key frames to help predict the target frame.

In the paper, specifically Table 4, you can change the setup.
For example, on the last frame, you can change the context using only previous frames.
There are performance drop but not significant.