Mukosame / Zooming-Slow-Mo-CVPR-2020

Fast and Accurate One-Stage Space-Time Video Super-Resolution (accepted in CVPR 2020)
GNU General Public License v3.0
915 stars 164 forks source link

Change number of interpolations #42

Closed roicort closed 4 years ago

roicort commented 4 years ago

Is it possible to change the number of interpolated frames between the original frames?

Amazing work, btw. :)

Mukosame commented 4 years ago

Hi, thanks for your interest! In the current structure, we cannot change. But you can interpolate multiple times --- well the output size will also increase by 4^n. We are working on a new version of this network. In the new one, we can change the number of interpolated frames in between.

roicort commented 4 years ago

Thank you for your kind reply! That's a good idea in the meantime, could work. Glad to hear you are working on something new :) Stay safe,

R.