ltkong218 / IFRNet

IFRNet: Intermediate Feature Refine Network for Efficient Frame Interpolation (CVPR 2022)
MIT License
276 stars 23 forks source link

The generated frame is blurrier than the original frame #38

Open jhl13 opened 11 months ago

jhl13 commented 11 months ago

I tested 8x interpolation using IFRNet_GoPro.pth and found that although the generated frames have good coherence, the generated frames are blurrier than the original frames. Why is this?

ltkong218 commented 9 months ago

Note that our 8x frame interpolation model IFRNet_GoPro.pth is trained from scratch on a relatively small GoPro dataset, which may generate undesirable results. It is better to train 8x frame interpolation model on the Vimeo90k Septuplet dataset. We will provide improved 8x frame interpolation checkpoints later.