hzwer / ECCV2022-RIFE

ECCV2022 - Real-Time Intermediate Flow Estimation for Video Frame Interpolation
MIT License
4.4k stars 438 forks source link

RIFE-large trained model link?? #289

Open abhishri-medewar opened 1 year ago

abhishri-medewar commented 1 year ago

Where can I find the RIFE-large pretrained model? I can only see RIFE and RIFE-m models in the github repository.

hzwer commented 1 year ago

https://drive.google.com/file/d/179f3HQ79vjQdon3O06wIHY_5DhqBWW2l/view?usp=sharing Hope this works for you. It may have some metrics better than the paper and some worse than the paper report. I haven't verified it with github's code, just for your reference.

If it is for writing academic papers, it is recommended to use IFRNet-Large directly as an alternative to RIFE-Large. https://github.com/ltkong218/IFRNet

abhishri-medewar commented 1 year ago

Thank you for your reply. Can you help me understand why are you saying that IFRNet-Large can be directly used as an alternative to RIFE-Large ?

hzwer commented 1 year ago

Because IFRNet-Large performs better (similar PSNR and better speed) and the codebase is well organized. The main idea of IFRNet is similar to RIFE. RIFE is dedicated to proposing a real-time model (RIFE), RIFE-Large is just a side experiment.