From f3c2bc343b49ae8e97ae695feb1ec5185b6ed24f Mon Sep 17 00:00:00 2001 From: tink2123 Date: Wed, 18 May 2022 20:23:25 +0800 Subject: [PATCH] add starnet doc & test=document_fix --- doc/doc_en/algorithm_rec_starnet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/doc_en/algorithm_rec_starnet.md b/doc/doc_en/algorithm_rec_starnet.md index fae63f44..3147deaa 100644 --- a/doc/doc_en/algorithm_rec_starnet.md +++ b/doc/doc_en/algorithm_rec_starnet.md @@ -80,7 +80,9 @@ STAR-Net text recognition model inference, you can execute the following command ```shell python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words_en/word_336.png" --rec_model_dir="./inference/rec_starnet/" --rec_image_shape="3, 32, 100" --rec_char_dict_path="./ppocr/utils/ic15_dict.txt" ```` + ![](../imgs_words_en/word_336.png) + The inference results are as follows: -- GitLab