From 53af6b1577cb3bbf6ab26dc157d996477395deb9 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Sun, 15 Nov 2020 23:48:13 +0800 Subject: [PATCH] Add intro png --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7fa9d01..df84c37 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # RIFE ## [arXiv](https://arxiv.org/pdf/2011.06294.pdf) | [Youtube](https://youtu.be/SU-oai_chxg) | [Reddit](https://www.reddit.com/r/MachineLearning/comments/jtl37r/r_realtime_720p_flowbased_video_frame/) +img + **You can easily use [colaboratory](https://colab.research.google.com/github/hzwer/arXiv2020-RIFE/blob/main/Video_2x.ipynb) to have a try and generate the demo above.** Our model can run 30+FPS for 2X 720p interpolation on a 2080Ti GPU. We also support CPU device including MacOS system. Currently our method supports multi-frame interpolation between a pair of images and 2X interpolation for video. Everyone is welcome to use this alpha version and make suggestions!