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

how to interpolate at arbitrary time t #8

Open
qianqianwang68 opened this issue Nov 9, 2021 · 2 comments
Open

how to interpolate at arbitrary time t #8

qianqianwang68 opened this issue Nov 9, 2021 · 2 comments

Comments

@qianqianwang68
Copy link

Hi team,

I think the paper mentions it is possible to interpolate at any time t. But the codes provided only perform a t=0.5 interpolation. Is it possible to modify the code and interpolate at a given time t? Thank you!

@marianbasti
Copy link

You could set it up as to when asked for a, say, 0.25 interpolation, first do a normal one and then interpolate the generated frame with the first one, and the same with the second. Kind of a recursion.

@JunHeum
Copy link
Owner

JunHeum commented Dec 18, 2021

Hi, thanks for your interest @qianqianwang68, @marianobasti.

We designed ABME can generate an intermediate frame at arbitrary time t with some modification in the time instance.

However, the provided model of ABME is optimized to 0.5 interpolation.

Therefore, as mentioned by @marianobasti, the recursion would be the best for the arbitrary time interpolation with the provided version.

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

3 participants