IFRNet icon indicating copy to clipboard operation
IFRNet copied to clipboard

IFRNet: Intermediate Feature Refine Network for Efficient Frame Interpolation (CVPR 2022)

Results 32 IFRNet issues
Sort by recently updated
recently updated
newest added

What are the image sizes that I can use to run demo_8x.py ? I am trying to run using 1920 X 1080 image size but I am getting an error.

If yes, how ? I am getting cuda out of memory error.

![image](https://user-images.githubusercontent.com/51230137/185289093-01e19cb2-58ab-49ff-aac7-7d289d4e5cb6.png)

I have been using this interpolation model and the results have seemed quite good, but I have grown quite a doubt. Does this model benefit from the use of VRAM...

Hi, I found your project really interesting. I'd suggest creating a colab notebook for everyone to try out what your project can do. Thanks so much!

I would like to know which subset of Adobe dataset is used, I tested all of them and the values are very low, is it also cropped to 512*512? Thanks

测试的时候出现: 运行demo_8x.py 结果 out1 到out7 一致的问题,是训练的问题还是哪里出现问题了呢

Can I somehow use videos (mp4) instead of images with demo_2x.py

Ensembling is used in frame interpolation to drastically improve visual quality by using different predictions and generating a mean. [Here](https://arxiv.org/pdf/2011.01280.pdf) is a paper talking about ensembling. ![image](https://user-images.githubusercontent.com/51405565/174501840-311dd59b-88c7-4798-8d02-29a70e4b810a.png) Rife does use...

Hi, when I test the middlebury dataset, the sizes of the generated images and the ground truth are different, what is the reason for this, and how should I correct...