From 2d3f6283a5439fb85316f4a41ca4b6ff71d05c0b Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Sun, 15 Nov 2020 16:29:23 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22bbba4..dc9c675 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,17 @@ We propose a real-time intermediate flow estimation algorithm (RIFE) for video f ## Dependencies ``` -pip3 install torch==1.6.0 -pip3 install numpy -pip3 install opencv-python +$ pip3 install torch +$ pip3 install numpy +$ pip3 install opencv-python ``` - ## Usage * Download the pretrained models from [here](https://drive.google.com/file/d/1c1R7iF-ypN6USo-D2YH_ORtaH3tukSlo/view?usp=sharing) (We also provide 百度网盘 source. 链接: https://pan.baidu.com/s/17tHd-syovvRGP2C6UVPsIw 提取码: 5ha7) * Unzip and move the pretrained parameters to train_log/\*.pkl +The models under different setting is coming soon. **Image Interpolation** ```