From 833781d3c2431bfcaef7ff604f3f0ec65859a4e3 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Fri, 13 Nov 2020 18:24:04 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e6b649d..4fa4d45 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Our method support CPU and GPU with CUDA. +![Demo](./demo/I0_slomo.gif) +![Demo](./demo/I2_slomo.gif) + ## Abstract We propose a real-time intermediate flow estimation algorithm (RIFE) for video frame interpolation (VFI). Most existing methods first estimate the bi-directional optical flows, and then linearly combine them to approximate intermediate flows, leading to artifacts around motion boundaries. We design an intermediate flow model named IFNet that can directly estimate the intermediate flows from coarse to fine. We then warp the input frames according to the estimated intermediate flows and employ a fusion process to compute final results. Based on our proposed leakage distillation, RIFE can be trained end-to-end and achieve excellent performance. Experiments demonstrate that RIFE is significantly faster than existing flow-based VFI methods and achieves state-of-the-art index on several benchmarks.