Zooming-Slow-Mo-CVPR-2020
Zooming-Slow-Mo-CVPR-2020 copied to clipboard
where is the place in source to change the output frame numbers ?
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.
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.