From b3203c149c546af181a1ea5bd5d31d55b5388fdf Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Fri, 15 Apr 2022 15:45:22 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8c2b21d..c8dbfcc 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,14 @@ We use 16 CPUs, 4 GPUs and 20G memory for training: python3 -m torch.distributed.launch --nproc_per_node=4 train.py --world_size=4 ``` +## Revision History +First of all, we are sorry for the troubles caused by multiple submission versions to the follower. We will not modify the weight and method of the model baseline anymore. We also tried our best to check the test results of all other methods. You are welcome to cite our results. + +Major Revisions: +2021.3.18 [arXiv](https://arxiv.org/pdf/2011.06294v5.pdf): Modify the main experimental data, especially the runtime related issues. +2021.8.12 [arXiv](https://arxiv.org/pdf/2011.06294v6.pdf): Remove pretrained model dependency and propose privileged distillation scheme for frame interpolation. +2021.11.17 [arXiv](https://arxiv.org/pdf/2011.06294v11.pdf): Support arbitrary-time frame interpolation, aka RIFEm and add more experiments. + ## Citation ```