-
Notifications
You must be signed in to change notification settings - Fork 39
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
Longer sequences for validation / testing? #9
Comments
@JHLew ex)
(Due to the frame indexing issue, we added 1000 to each frame index) |
Yes, exactly. |
@JHLew |
Thanks a lot, looking forward to it! |
@JHLew |
Thank you so much for the quick update! |
Hi, thanks to the authors for their impressive work.
I have a question on the data for validation / testing.
The currently available version for the public seems to be aimed for testing environments which take two frames as the input, namely the 0-th and 32-th frame of each scene.
However in that case, I'm afraid methods such as QVI (NeurIPS '19) which require more than two input frames cannot be compared fairly.
We could use more intermediate frames as the input (e.g. 0-th, 16-th, 32-th frame for a framework which requires 3 input frames),
but this may lead to a slightly different scenario (different fps settings), considering that the intended testing environment is interpolating from 30fps to 240fps.
More importantly, I've tried experimenting on interpolating 120fps to 960(or 1000)fps, using the intermediate frames as input, but seems like the task gets too easy and all methods that I've tried perform very well, making it hard to compare which is better.
For these reasons I think it would rather be better with a longer sequence...
According to the example videos on the very first figure of this repository, it seems like the original video sequence for validation / testing seems to be longer than the public version.
Would it be possible for you to share a version of a longer sequence to the public?
The text was updated successfully, but these errors were encountered: