Update inference.md
This commit is contained in:
parent
bc85ebd473
commit
674cd1033a
|
@ -172,7 +172,7 @@ python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words_en/word_336.png
|
||||||
|
|
||||||
RARE 文本识别模型推理,可以执行如下命令:
|
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"
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
Loading…
Reference in New Issue