From 83d60cbb3feeaee056fe2e73c365174389b6aad3 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Mon, 25 Jan 2021 16:53:21 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 32d9ef8..061bd77 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RIFE Video Frame Interpolation v1.8 -**Our paper has not been officially published yet, and our method and experimental results are under improvement.** +**Our paper has not been officially published yet, and our method and experimental results are under improvement. Due to the incorrect data reference, the latency measurement of Sepconv and TOFlow in our arxiv paper needs to be modified.** ## [arXiv](https://arxiv.org/abs/2011.06294) | [Project Page](https://rife-vfi.github.io) | [Reddit](https://www.reddit.com/r/linux/comments/jy4jjl/opensourced_realtime_video_frame_interpolation/) | [YouTube](https://www.youtube.com/watch?v=60DX2T3zyVo&feature=youtu.be) | [Bilibili](https://www.bilibili.com/video/BV1K541157te?from=search&seid=5131698847373645765) **1.4 News: We have updated the v1.8 model optimized for 2D animation.** @@ -143,7 +143,6 @@ python3 -m torch.distributed.launch --nproc_per_node=4 train.py --world_size=4 ``` ## Reference -img Optical Flow: [ARFlow](https://github.com/lliuz/ARFlow) [pytorch-liteflownet](https://github.com/sniklaus/pytorch-liteflownet) [RAFT](https://github.com/princeton-vl/RAFT) [pytorch-PWCNet](https://github.com/sniklaus/pytorch-pwc)