IFRNet
IFRNet copied to clipboard
IFRNet: Intermediate Feature Refine Network for Efficient Frame Interpolation (CVPR 2022)
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.

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.  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...