From 09bf9fa9a19b1da4f12e8c00321ee349c0343ba4 Mon Sep 17 00:00:00 2001 From: Zhewei Huang <598460606@163.com> Date: Sun, 12 Dec 2021 02:43:20 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 38e046e..c97892a 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,6 @@ ![Demo](./demo/D0_slomo_clipped.gif) ![Demo](./demo/D2_slomo_clipped.gif) -## Table of Contents -1. [Introduction](#introduction) -1. [Software](#software) -1. [Usage](#cli-usage) -1. [Evaluation](#evaluation) -1. [Training and Reproduction](#training-and-reproduction) -1. [Citation](#citation) -1. [Reference](#reference) -1. [Sponsor](#sponsor) - ## Introduction This project is the implement of [RIFE: Real-Time Intermediate Flow Estimation for Video Frame Interpolation](https://arxiv.org/abs/2011.06294). If you are a developer, welcome to follow [Practical-RIFE](https://github.com/hzwer/Practical-RIFE), which aims to make RIFE more practical for users by adding various features and design new models.