Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
f3c2bc34
Commit
f3c2bc34
authored
May 18, 2022
by
tink2123
Browse files
add starnet doc & test=document_fix
parent
a07fea85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
doc/doc_en/algorithm_rec_starnet.md
doc/doc_en/algorithm_rec_starnet.md
+2
-0
No files found.
doc/doc_en/algorithm_rec_starnet.md
View file @
f3c2bc34
...
@@ -80,7 +80,9 @@ STAR-Net text recognition model inference, you can execute the following command
...
@@ -80,7 +80,9 @@ STAR-Net text recognition model inference, you can execute the following command
```
shell
```
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"
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"
````
````


The inference results are as follows:
The inference results are as follows:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment