From 0b925ffe21d5d61bb3249c613b3ebece9b50a5a8 Mon Sep 17 00:00:00 2001 From: Yaohui Date: Wed, 6 Dec 2023 23:39:17 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b91185a..471610db 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Run following command to conduct video super-resolution. cd vsr python sample.py --config configs/sample.yaml ``` -The default input video path is `./res/base` and results will be saved under `./res/vsr`. You could modify default `input_path` with `YOUR_INPUT_FOLDER` in `configs/sample.yaml`. Smiliar to Step2, input videos should be named as `prompt1.mp4`, `prompt2.mp4`, ... and put under `YOUR_INPUT_FOLDER`. Launching the code will process all the input videos in `input_folder`. +The default input video path is `./res/base` and results will be saved under `./res/vsr`. You could modify default `input_path` with `YOUR_INPUT_FOLDER` in `configs/sample.yaml`. Similar to Step2, input videos should be named as `prompt1.mp4`, `prompt2.mp4`, ... and put under `YOUR_INPUT_FOLDER`. Launching the code will process all the input videos in `input_folder`. ## BibTex ```bibtex