From 4e18e61a6cac08a69f9f76bde7a97427ec8eb927 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Tue, 17 Nov 2020 22:48:08 +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 ba7a4f2..4b48c1a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RIFE ## [arXiv](https://arxiv.org/abs/2011.06294) | [Reddit](https://www.reddit.com/r/MachineLearning/comments/juv419/r_rife_15fps_to_60fps_video_frame_interpolation/) | [YouTube(24fps->96fps)](https://youtu.be/kUQ7KK6MhHw) -**2020.11.17 News: Try our 4 road parallel to process video, expected 2x speedup!** +**2020.11.17 News: Try our 4 road parallel to process video, got 100% speedup!** **Date of recent model update: 2020.11.16, v1.1** @@ -48,7 +48,7 @@ $ python3 inference_mp4_4x.py --video video.mp4 --fps=60 ``` $ python3 inference_mp4_4x_parallel.py --video video.mp4 --fps=60 ``` -(Try our parallel process to get 2x speedup!) +(Try our parallel process to get 100% speedup!) ``` $ python3 inference_mp4_2x.py --video video.mp4 --montage --png ```