From ed177f8cf60b5d7ccc97c8451ad26384d41ac953 Mon Sep 17 00:00:00 2001 From: dyning Date: Fri, 15 May 2020 22:40:37 +0800 Subject: [PATCH] Update inference.md --- doc/inference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/inference.md b/doc/inference.md index a9f2d590..f7dbea30 100644 --- a/doc/inference.md +++ b/doc/inference.md @@ -93,7 +93,7 @@ python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words/word_4.jpg" --r 执行命令后,上面图像的预测结果(识别的文本和得分)会打印到屏幕上,示例如下: -Predicts of ./doc/imgs_words/word_4.jpg:['实力活力', 0.9504319] +Predicts of ./doc/imgs_words/word_4.jpg:['实力活力', 0.89552695] ### 2.基于CTC损失的识别模型推理 -- GitLab