IFRNet icon indicating copy to clipboard operation
IFRNet copied to clipboard

Evaluation Results for gopro dataset

Open VongolaWu opened this issue 2 years ago • 3 comments

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?

VongolaWu avatar Dec 16 '22 07:12 VongolaWu

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.

ltkong218 avatar Dec 19 '22 11:12 ltkong218

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

VongolaWu avatar Dec 20 '22 07:12 VongolaWu

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.

ltkong218 avatar Feb 02 '23 02:02 ltkong218