From 674cd1033a0d7a7b02b14924d6c550d254603fef Mon Sep 17 00:00:00 2001 From: xiaoting <31891223+tink2123@users.noreply.github.com> Date: Tue, 9 Jun 2020 14:13:34 +0800 Subject: [PATCH] Update inference.md --- doc/inference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/inference.md b/doc/inference.md index 0d5f45fd..be607c88 100644 --- a/doc/inference.md +++ b/doc/inference.md @@ -172,7 +172,7 @@ python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words_en/word_336.png RARE 文本识别模型推理,可以执行如下命令: ``` -python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words_en/word_336.png" --rec_model_dir="./inference/sare/" --rec_image_shape="3, 32, 100" --rec_char_type="en" --rec_algorithm="RARE" +python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words_en/word_336.png" --rec_model_dir="./inference/rare/" --rec_image_shape="3, 32, 100" --rec_char_type="en" --rec_algorithm="RARE" ``` ![](imgs_words_en/word_336.png) -- GitLab