From 436057b1f025fa77fa1fb8a6944dbecf206f0857 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Thu, 2 Nov 2023 11:07:11 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b277c3..14328f3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## 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. -**2023.10 - We recently release new [v4.7-4.8](https://github.com/hzwer/Practical-RIFE/tree/main#model-list) optimized for anime scenes!** 🎉 +**2023.10 - We recently release new [v4.7-4.9](https://github.com/hzwer/Practical-RIFE/tree/main#model-list) optimized for anime scenes!** 🎉 2022.7.4 - Our paper is accepted by ECCV2022. Thanks to all relevant authors, contributors and users!