From 95c6fe9766dc2a3f58bd8a3f8b916b089aefbe64 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Thu, 5 Sep 2024 11:31:44 +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 3725c1e..a8bbd01 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ## Introduction This project is the implement of [Real-Time Intermediate Flow Estimation for Video Frame Interpolation](https://arxiv.org/abs/2011.06294). Currently, our model can run 30+FPS for 2X 720p interpolation on a 2080Ti GPU. It supports arbitrary-timestep interpolation between a pair of images. -2024.08 - We find that [4.22.lite](https://github.com/hzwer/Practical-RIFE/tree/main?tab=readme-ov-file#model-list) is quite suitable for post-processing of some diffusion model generated videos. For example, it can increase the original 15fps to 60fps. +**2024.08 - We find that [4.22.lite](https://github.com/hzwer/Practical-RIFE/tree/main?tab=readme-ov-file#model-list) is quite suitable for post-processing of some diffusion model generated videos. For example, it can increase the original 15fps to 60fps.** -**2023.11 - We recently release new [v4.7-4.10](https://github.com/hzwer/Practical-RIFE/tree/main#model-list) optimized for anime scenes!** 🎉 We draw from [SAFA](https://github.com/megvii-research/WACV2024-SAFA/tree/main)’s research. +2023.11 - We recently release new [v4.7-4.10](https://github.com/hzwer/Practical-RIFE/tree/main#model-list) optimized for anime scenes! We draw from [SAFA](https://github.com/megvii-research/WACV2024-SAFA/tree/main)’s research. 2022.7.4 - Our paper is accepted by ECCV2022. Thanks to all relevant authors, contributors and users!