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

where is the place in source to change the output frame numbers ? #46

Open EssenOH opened 4 years ago

EssenOH commented 4 years ago

Hi;

I am wondering whether there is any output frame number control method.

Currently, it takes the output number of frames and divide it to define the input frames as well.

So, it works with the number of frames and interleave those to generate the output frames, but it generate only one in the middle of input frames.

Is their any way to generate more frames in the middle of input frames ?

For example, if the input frames is "3", the output frames is now "5" because it generates extra frames in the middle, then

What I want to is a control parameter to generate "5","7","9","11" or "13" with the input "3".

Then, it can actually generate 48Hz,72Hz, 96Hz, 120Hz, 144Hz from 24Hz instead of just doubling.

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.