From 9fb29929f4d568dc4269155fdc5196e382efa295 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Mon, 23 Nov 2020 12:40:13 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6bf343b..37d69b5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ **11.22 News: We notice a new windows app is trying to integrate RIFE, we hope everyone to try and help them improve. You can download [Flowframes](https://nmkd.itch.io/flowframes) for free.** +**There is [a tutorial of RIFE](https://www.youtube.com/watch?v=gf_on-dbwyU&feature=emb_title) on Youtube.** + **11.20 News: I optimize the parallel processing, get 60% speedup!** Date of recent model update: 2020.11.19, v1.2 From 9aafb7d4f62535071dca6073c8366a304a4343bb Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Mon, 23 Nov 2020 14:08:27 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d69b5..fe7bf1a 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,14 @@ **11.22 News: We notice a new windows app is trying to integrate RIFE, we hope everyone to try and help them improve. You can download [Flowframes](https://nmkd.itch.io/flowframes) for free.** -**There is [a tutorial of RIFE](https://www.youtube.com/watch?v=gf_on-dbwyU&feature=emb_title) on Youtube.** +**We find [a tutorial of RIFE](https://www.youtube.com/watch?v=gf_on-dbwyU&feature=emb_title) on Youtube.** **11.20 News: I optimize the parallel processing, get 60% speedup!** Date of recent model update: 2020.11.19, v1.2 +**Our model is currently not suitable for 2d animation.** + **You can easily use [colaboratory](https://colab.research.google.com/github/hzwer/arXiv2020-RIFE/blob/main/Colab_demo.ipynb) to have a try and generate the above youtube demo.** Our model can run 30+FPS for 2X 720p interpolation on a 2080Ti GPU. Currently our method supports 2X,4X,8X interpolation for 1080p video, and multi-frame interpolation between a pair of images. Everyone is welcome to use our alpha version and make suggestions! From 9ca32bb9ff63b19edf231a1d32547d6eaa835ed5 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Mon, 23 Nov 2020 14:33:44 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe7bf1a..aeb5eae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RIFE Video Frame Interpolation -## [arXiv](https://arxiv.org/abs/2011.06294) | [Project Page](https://rife-vfi.github.io) | [Reddit](https://www.reddit.com/r/linux/comments/jy4jjl/opensourced_realtime_video_frame_interpolation/) | [YouTube_v1.2](https://youtu.be/LE2Dzl0oMHI) +## [arXiv](https://arxiv.org/abs/2011.06294) | [Project Page](https://rife-vfi.github.io) | [Reddit](https://www.reddit.com/r/linux/comments/jy4jjl/opensourced_realtime_video_frame_interpolation/) | [YouTube_v1.2](https://www.youtube.com/watch?v=60DX2T3zyVo&feature=youtu.be) **11.22 News: We notice a new windows app is trying to integrate RIFE, we hope everyone to try and help them improve. You can download [Flowframes](https://nmkd.itch.io/flowframes) for free.** From d3fee297f4b8900f8981506840fb2dc0bae8d87a Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Mon, 23 Nov 2020 15:05:29 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aeb5eae..38d3181 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Date of recent model update: 2020.11.19, v1.2 **Our model is currently not suitable for 2d animation.** -**You can easily use [colaboratory](https://colab.research.google.com/github/hzwer/arXiv2020-RIFE/blob/main/Colab_demo.ipynb) to have a try and generate the above youtube demo.** +**You can easily use [colaboratory](https://colab.research.google.com/github/hzwer/arXiv2020-RIFE/blob/main/Colab_demo.ipynb) to have a try and generate the [our youtube demo](https://www.youtube.com/watch?v=LE2Dzl0oMHI).** Our model can run 30+FPS for 2X 720p interpolation on a 2080Ti GPU. Currently our method supports 2X,4X,8X interpolation for 1080p video, and multi-frame interpolation between a pair of images. Everyone is welcome to use our alpha version and make suggestions! @@ -47,11 +47,11 @@ You can use our [demo video](https://drive.google.com/file/d/1i3xlKb7ax7Y70khcTc ``` $ python3 inference_video.py --exp=1 --video=video.mp4 ``` -(generate video_2X_xxfps.mp4, you can use this script repeatly to get 4X, 8X...) +(generate video_2X_xxfps.mp4) ``` $ python3 inference_video.py --exp=2 --video=video.mp4 ``` -(we specificly support exp=2 for 4X interpolation) +(for 4X interpolation) ``` $ python3 inference_video.py --exp=2 --video=video.mp4 --fps=60 ``` From b3d328ea14b7303760a84ee41b060748623b6b68 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Mon, 23 Nov 2020 15:13:46 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38d3181..e15c254 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Date of recent model update: 2020.11.19, v1.2 -**Our model is currently not suitable for 2d animation.** +**Our model is currently not very suitable for 2d animation.** **You can easily use [colaboratory](https://colab.research.google.com/github/hzwer/arXiv2020-RIFE/blob/main/Colab_demo.ipynb) to have a try and generate the [our youtube demo](https://www.youtube.com/watch?v=LE2Dzl0oMHI).** @@ -36,7 +36,7 @@ $ pip3 install opencv-python * Download the pretrained models from [here](https://drive.google.com/file/d/1zYc3PEN4t6GOUoVYJjvcXoMmM3kFDNGS/view?usp=sharing). We are optimizing the visual effects and will support animation in the future. -(我们也提供了百度网盘链接:https://pan.baidu.com/s/1YVUsusJFhZ2rWg1Zs5sOkQ 密码:88bu,把压缩包解开后放在 train_log/\*.pkl) +(我们也提供了百度网盘链接:https://pan.baidu.com/s/17mK2oTZUCMtMgmAdoifLGA 密码:h0cl,把压缩包解开后放在 train_log/\*.pkl) * Unzip and move the pretrained parameters to train_log/\*.pkl The models under different setting is coming soon.