From 1890698c2abec38ffc3bf36f30505b4de69d74a5 Mon Sep 17 00:00:00 2001 From: "MingJian.L" <45811724+matrixgame2018@users.noreply.github.com> Date: Wed, 15 Dec 2021 07:22:23 +0800 Subject: [PATCH] Update getting_started.md --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 7411a9037d..e3e91661b2 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -118,7 +118,7 @@ python demo/restoration_demo.py ${CONFIG_FILE} ${CHECKPOINT_FILE} ${IMAGE_FILE} If `--imshow` is specified, the demo will also show image with opencv. Examples: ```shell -python demo/restoration_demo.py configs/restorers/esrgan/esrgan_x4c64b23g32_1x16_400k_div2k.py work_dirs/esrgan_x4c64b23g32_1x16_400k_div2k/latest.pth tests/data/lq/baboon_x4.png demo/demo_out_baboon.png +python demo/restoration_demo.py configs/restorers/esrgan/esrgan_x4c64b23g32_g1_400k_div2k.py work_dirs/esrgan_x4c64b23g32_1x16_400k_div2k/latest.pth tests/data/lq/baboon_x4.png demo/demo_out_baboon.png ``` The restored image will be save in `demo/demo_out_baboon.png`.