From eec5c1f83466ecfb2e919f1ebbc47e5a57469645 Mon Sep 17 00:00:00 2001 From: Bibby Date: Thu, 13 Sep 2018 12:37:49 +0800 Subject: [PATCH] checkpoint-path to checkpoint_path --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0d293da1..b66d9cf9 100644 --- a/readme.md +++ b/readme.md @@ -64,7 +64,7 @@ See the examples in training_samples/** ### Demo If you've downloaded the pre-trained model, you can setup a demo server by ``` -python3 run_demo_server.py --checkpoint-path /tmp/east_icdar2015_resnet_v1_50_rbox/ +python3 run_demo_server.py --checkpoint_path /tmp/east_icdar2015_resnet_v1_50_rbox/ ``` Then open http://localhost:8769 for the web demo. Notice that the URL will change after you submitted an image. Something like `?r=49647854-7ac2-11e7-8bb7-80000210fe80` appends and that makes the URL persistent.