how to interpolate at arbitrary time t
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!
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.
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.