@@ -347,8 +347,7 @@ Get the prediction result of the input image:
...
@@ -347,8 +347,7 @@ Get the prediction result of the input image:
```
```
infer_img: doc/imgs_words/en/word_1.png
infer_img: doc/imgs_words/en/word_1.png
index: [19 24 18 23 29]
result: ('joint', 0.9998967)
word : joint
```
```
The configuration file used for prediction must be consistent with the training. For example, you completed the training of the Chinese model with `python3 tools/train.py -c configs/rec/ch_ppocr_v2.0/rec_chinese_lite_train_v2.0.yml`, you can use the following command to predict the Chinese model:
The configuration file used for prediction must be consistent with the training. For example, you completed the training of the Chinese model with `python3 tools/train.py -c configs/rec/ch_ppocr_v2.0/rec_chinese_lite_train_v2.0.yml`, you can use the following command to predict the Chinese model:
...
@@ -366,6 +365,5 @@ Get the prediction result of the input image:
...
@@ -366,6 +365,5 @@ Get the prediction result of the input image: