Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
EssenOH opened this issue Nov 5, 2020 · 1 comment
Open

Comments

@EssenOH
Copy link

EssenOH commented Nov 5, 2020

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
Copy link
Owner

Mukosame commented Nov 7, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants