From 4eef563adeaed01751d38e7330db74359887c5e0 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Sat, 27 Feb 2021 17:00:53 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1a72cd..e748298 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,9 @@ python3 inference_video.py --exp=2 --video=video.mp4 ``` (for 4X interpolation) ``` -python3 inference_video.py --exp=1 --video=video.mp4 --UHD +python3 inference_video.py --exp=1 --video=video.mp4 --scale=0.5 ``` -(If your video has very high resolution such as 2K and 4K, we recommend to use UHD mode.) +(If your video has very high resolution such as 4K, we recommend set process scale to 0.5.) ``` python3 inference_video.py --exp=2 --img=input/ ```