hzwer/ECCV2022-RIFE — an AI tool — sits at 5.6k GitHub stars in the AI Tools space. ECCV2022 - Real-Time Intermediate Flow Estimation for Video Frame Interpolation
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
Real-Time Intermediate Flow Estimation for Video Frame Interpolation
YouTube | BiliBili | Colab | Tutorial | DeepWiki
Introduction
This project is the implement of Real-Time Intermediate Flow Estimation for Video Frame Interpolation. Currently, our model can run 30+FPS for 2X 720p interpolation on a 2080Ti GPU. It supports arbitrary-timestep interpolation between a pair of images.
2024.08 - We find that 4.22.lite is quite suitable for post-processing of some diffusion model generated videos.
2023.11 - We recently release new v4.7-4.10 optimized for anime scenes! We draw from SAFA’s research.
2022.7.4 - Our paper is accepted by ECCV2022. Thanks to all relevant authors, contributors and users!
From 2020 to 2022, we submitted RIFE for five submissions(rejected by CVPR21 ICCV21 AAAI22 CVPR22). Thanks to all anonymous reviewers, your suggestions have helped to significantly improve the paper!
We are not responsible for and participating in the development of above software. According to the open source license, we respect the commercial behavior of other developers.
If you are a developer, welcome to follow Practical-RIFE, which aims to make RIFE more practical for users by adding various features and design new models with faster speed.
You may check this pull request for supporting macOS.
CLI Usage
Installation
git clone [email protected]:megvii-research/ECCV2022-RIFE.git
cd ECCV2022-RIFE
pip3 install -r requirements.txt
Download the pretrained HD models from here. (百度网盘链接:https://pan.baidu.com/share/init?surl=u6Q7-i4Hu4Vx9_5BJibPPA 密码:hfk3,把压缩包解开后放在 train_log/*)
Unzip and move the pretrained parameters to train_log/*
This model is not reported by our paper, for our paper model please refer to evaluation.
(If your video has very high resolution such as 4K, we recommend set --scale=0.5 (default 1.0). If you generate disordered pattern on your videos, try set --scale=2.0. This parameter control the process resolution for optical flow model.)
python3 inference_video.py --exp=2 --img=input/
(to read video from pngs, like input/0.png ... input/612.png, ensure that the png names are numbers)
2021.3.18 arXiv: Modify the main experimental data, especially the runtime related issues.
2021.8.12 arXiv: Remove pre-trained model dependency and propose privileged distillation scheme for frame interpolation. Remove census loss supervision.
2021.11.17 arXiv: Support arbitrary-time frame interpolation, aka RIFEm and add more experiments.
Recommend
We sincerely recommend some related papers:
CVPR22 - Optimizing Video Prediction via Video Frame Interpolation
CVPR22 - Video Frame Interpolation with Transformer
CVPR23 - A Dynamic Multi-Scale Voxel Flow Network for Video Prediction
CVPR23 - Extracting Motion and Appearance via Inter-Frame Attention for Efficient Video Frame Interpolation
Citation
If you think this project is helpful, please feel free to leave a star or cite our paper:
@inproceedings{huang2022rife,
title={Real-Time Intermediate Flow Estimation for Video Frame Interpolation},
author={Huang, Zhewei and Zhang, Tianyuan and Heng, Wen and Shi, Boxin and Zhou, Shuchang},
booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
year={2022}
}
No homepage URL was recorded for hzwer/ECCV2022-RIFE in TopGit's last sync. The README tab above frequently contains screenshots and demo links, or check the repository description on GitHub.
How active is development on hzwer/ECCV2022-RIFE?
The most recent commit recorded on hzwer/ECCV2022-RIFE was 11 months ago, based on the GitHub push timestamp. The repository has 560 forks — one of the better signals of community interest.
How many stars does hzwer/ECCV2022-RIFE have?
hzwer/ECCV2022-RIFE has 5.6k GitHub stars — refresh the page for the live number, or check github.com/hzwer/ECCV2022-RIFE. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
What language is hzwer/ECCV2022-RIFE written in?
hzwer/ECCV2022-RIFE is written primarily in Python. GitHub's language field is based on the largest share of bytes in the default branch.
What license does hzwer/ECCV2022-RIFE use?
hzwer/ECCV2022-RIFE is released under the MIT license. Always verify the LICENSE file directly on GitHub for the authoritative terms — license strings can be edited out of sync with a project's actual stance.
What topics is hzwer/ECCV2022-RIFE associated with?
GitHub's repository topics for hzwer/ECCV2022-RIFE: "aigc", "computer-vision", "deep-learning", "slomo-filter", "video-interpolation". TopGit's editorial category is AI Tools.
Where do I read more about hzwer/ECCV2022-RIFE?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/hzwer/ECCV2022-RIFE is the definitive source.
Read full README in the tab above.
Curious whether ECCV2022-RIFE is right for you?
Let ChatGPT, Claude, or Perplexity look into it — click below and see what AI actually says about ECCV2022-RIFE.