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

Evaluation Results for gopro dataset #24

Open
VongolaWu opened this issue Dec 16, 2022 · 3 comments
Open

Evaluation Results for gopro dataset #24

VongolaWu opened this issue Dec 16, 2022 · 3 comments

Comments

@VongolaWu
Copy link

Hi,
When I use your provided checkpoint for gopro dataset, the evaluate result seems very low.
I set the resume_epoch to 599 (epochs=600) and resume_path to the provided checkpoint (checkpoints/IFRNet_GoPro.pth), also comments all the training parts so that it will directly go to the evaluation part.
The results are:
image
Could you give me some possible reasons so that I can debug?

@ltkong218
Copy link
Owner

For your problems, I have following suggestions:

We have tested our pre-trained checkpoints of IFRNet for both 2x and 8x frame interpolation. If your PSNR is only around 15~16 dB, I think your experimental environment is incorrectly configured. Please check whether your PyTorch version and backward warping operation meet the requirement. If your environment is correctly configured, you should reproduce our 2x and 8x frame interpolation demos in our GitHub repository. Please also follow the training and test datasets split in our code.

Thanks.

@VongolaWu
Copy link
Author

Thank you for your reply.
Could you share the environment list? So that I can use exact packages.

@ltkong218
Copy link
Owner

In fact, I have developed and deployed this repository on different environment including PyTorch 1.3.0 and PyTorch 1.9.1.
Since the IFRNet is concise and does not depend on complex modules, most PyTorch environments can run IFRNet.
Thanks.

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