-
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
Inferencing on a different dataset #4
Comments
Also, would like to know how to do only 2x interpolation. Seems that is not supported ? |
I'll add another related question: what padding should we do for handling arbitrary resolutions, and is the padding the same for the two models (trained on the XVFI dataset and trained on Vimeo90k)? |
Hi, thank you for your interests @rsjjdesj , @sniklaus .
We have reflected this issue as Lines 333 to 343 in 484bdea
Please use the updated codes (main.py, utils.py) for the inference. Thank you :) |
Thanks for adding these features. For inferencing 1080p images (1920x1080), could you recommend which pre-trained model should we use: the 4K one, or the Vimeo one based on your experiments. Also, have you tested the model to infer animation content. |
|
When i test on custom dataset, I restored the specified directory structure, but there still seems to be a problem. |
@98mxr |
Sure, I think I can illustrate the problem with a picture. I put two pictures in ./XVFI/custom_path/scene1, and use
I get nothing, even if i created ./XVFI/custom_path/scene1/custom_path/scene1/ |
@98mxr Thank you. |
It works correctly now, thank you for your work and attention. |
How can we do inference on different video dataset. For example, for different resolution images. Seems only the default datasets are supported for inferencing for now ?
The text was updated successfully, but these errors were encountered: