MCG-NJU / EMA-VFI

[CVPR 2023] Extracting Motion and Appearance via Inter-Frame Attention for Efficient Video Frame Interpolatio
Apache License 2.0
400 stars 42 forks source link

Arbitrary time training #1

Closed JiabenChen closed 1 year ago

JiabenChen commented 1 year ago

Hi, congrats to your work! I wonder whether or when the training code supporting arbitrary time interpolation would be open-sourced? Thanks a lot!

GuozhenZhang1999 commented 1 year ago

Thanks for your concern! We won't provide the training code that supports arbitrary temporal interpolation in order to reduce the complexity of the code base. But it should be noticed that the configuration of the training dataset is the only thing that needs to be changed (we follow the setting of RIFE); the rest of the training process is essentially the same for both fixed- and arbitrary-training.

basilevh commented 1 year ago

Hi, It seems that RIFE doesn't have the arbitrary timestep handling in its train dataset loader either. Any chance you might be able to provide a reference implementation? I could do it myself but I want to ensure the setting is consistent (and it could presumably be beneficial for the research community at large as well). Thank you very much in advance!