From 4f7c00f5899190fe44c412d3a40c00feaf718ca3 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Sat, 14 Nov 2020 14:56:13 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43b8c3a..cbbbda5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # RIFE ## [arXiv](https://arxiv.org/pdf/2011.06294.pdf) | [Reddit](https://www.reddit.com/r/MachineLearning/comments/jtl37r/r_realtime_720p_flowbased_video_frame/) -We will release our training code soon. **You can easily use [colaboratory](https://colab.research.google.com/github/hzwer/arXiv2020-RIFE/blob/main/Video_2x.ipynb) to have a try.** - 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! 16X interpolation results from two input images: @@ -45,6 +43,8 @@ $ python3 inference_mp4_2x.py --video video.mp4 (generate video_2x.mp4, you can use this script recursively to get 4X, 8X, 16X...) ``` +We will release our training and benchmark validation code soon. + ## Citation ```