|
|
|
@ -184,7 +184,7 @@ python3 tools/eval.py -c configs/rec/rec_chinese_lite_train.yml -o Global.checkp
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
# 预测英文结果
|
|
|
|
|
python3 tools/infer_rec.py -c configs/rec/rec_chinese_lite_train.yml -o Global.checkpoints={path/to/weights}/best_accuracy TestReader.infer_img=doc/imgs_word/en/word_1.jpg
|
|
|
|
|
python3 tools/infer_rec.py -c configs/rec/rec_chinese_lite_train.yml -o Global.checkpoints={path/to/weights}/best_accuracy TestReader.infer_img=doc/imgs_words/en/word_1.jpg
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
预测图片:
|
|
|
|
@ -204,7 +204,7 @@ infer_img: doc/imgs_words/en/word_1.png
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
# 预测中文结果
|
|
|
|
|
python3 tools/infer_rec.py -c configs/rec/rec_chinese_lite_train.yml -o Global.checkpoints={path/to/weights}/best_accuracy TestReader.infer_img=doc/imgs_word/ch/word_1.jpg
|
|
|
|
|
python3 tools/infer_rec.py -c configs/rec/rec_chinese_lite_train.yml -o Global.checkpoints={path/to/weights}/best_accuracy TestReader.infer_img=doc/imgs_words/ch/word_1.jpg
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
预测图片:
|
|
|
|
|