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`.