From d07379c169e99573e848c6b588a3c043ba2b7836 Mon Sep 17 00:00:00 2001 From: Yang Hang Date: Sat, 8 Jan 2022 21:12:18 +0800 Subject: [PATCH] Update README.md Add the resume option in Demo. Try "Demo" also needs the pretrained model, or the image_sr will be weird when we visualize it. --- scene-text-telescope/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene-text-telescope/README.md b/scene-text-telescope/README.md index 4c68b9c..a3fa844 100644 --- a/scene-text-telescope/README.md +++ b/scene-text-telescope/README.md @@ -46,7 +46,7 @@ CUDA_VISIBLE_DEVICES=GPU_NUM python main.py --batch_size=16 --STN --exp_name EXP ## Demo ```python -CUDA_VISIBLE_DEVICES=GPU_NUM python main.py --batch_size=16 --STN --exp_name EXP_NAME --text_focus --demo --demo_dir ./demo +CUDA_VISIBLE_DEVICES=GPU_NUM python main.py --batch_size=16 --STN --exp_name EXP_NAME --text_focus --resume YOUR_MODEL --demo --demo_dir ./demo ``` ## Acknowledgement @@ -67,4 +67,4 @@ Thanks for your contribution! pages={12026--12035}, year={2021} } -``` \ No newline at end of file +```