From 7e484da7e6506dd559dfbe2f7c18803d4ad35be7 Mon Sep 17 00:00:00 2001 From: Hao Tang Date: Fri, 6 Aug 2021 11:09:09 +0200 Subject: [PATCH] fix typos --- tools/data/super-resolution/reds/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/data/super-resolution/reds/README.md b/tools/data/super-resolution/reds/README.md index bf2bfb9732..684ae00372 100644 --- a/tools/data/super-resolution/reds/README.md +++ b/tools/data/super-resolution/reds/README.md @@ -21,7 +21,7 @@ The original val dataset (clip names from 000 to 029) are modified to avoid conf You can prepare the REDS dataset by running: ```shell -python tools/data/super-resolution/reds/preprocess_reds_dataset.py ./data/REDS +python tools/data/super-resolution/reds/preprocess_reds_dataset.py --root-path ./data/REDS ``` ```text