Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
7233ed6c
P
PaddleOCR
项目概览
PaddlePaddle
/
PaddleOCR
大约 1 年 前同步成功
通知
1528
Star
32962
Fork
6643
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
108
列表
看板
标记
里程碑
合并请求
7
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
108
Issue
108
列表
看板
标记
里程碑
合并请求
7
合并请求
7
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7233ed6c
编写于
7月 01, 2022
作者:
T
tink2123
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix inference doc
上级
1861d5dd
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
9 addition
and
3 deletion
+9
-3
doc/doc_ch/inference_ppocr.md
doc/doc_ch/inference_ppocr.md
+6
-3
doc/doc_en/inference_ppocr_en.md
doc/doc_en/inference_ppocr_en.md
+3
-0
未找到文件。
doc/doc_ch/inference_ppocr.md
浏览文件 @
7233ed6c
...
...
@@ -7,7 +7,8 @@
-
[
1. 文本检测模型推理
](
#1-文本检测模型推理
)
-
[
2. 文本识别模型推理
](
#2-文本识别模型推理
)
-
[
2.1 超轻量中文识别模型推理
](
#21-超轻量中文识别模型推理
)
-
[
2.2 多语言模型的推理
](
#22-多语言模型的推理
)
-
[
2.2 英文识别模型推理
](
#22-英文识别模型推理
)
-
[
2.3 多语言模型的推理
](
#23-多语言模型的推理
)
-
[
3. 方向分类模型推理
](
#3-方向分类模型推理
)
-
[
4. 文本检测、方向分类和文字识别串联推理
](
#4-文本检测方向分类和文字识别串联推理
)
...
...
@@ -78,9 +79,9 @@ python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words/ch/word_4.jpg"
Predicts of ./doc/imgs_words/ch/word_4.jpg:
(
'实力活力'
, 0.9956803321838379
)
```
<a
name=
"英文
模型的
推理"
></a>
<a
name=
"英文
识别模型
推理"
></a>
### 2.2 英文
模型的
推理
### 2.2 英文
识别模型
推理
英文识别模型推理,可以执行如下命令, 注意修改字典路径:
...
...
@@ -91,6 +92,8 @@ tar xf en_PP-OCRv3_det_infer.tar
python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words/en/word_1.png" --rec_model_dir="./en_PP-OCRv3_det_infer/" --rec_char_dict_path="ppocr/utils/en_dict.txt"
```
![](
../imgs_words/en/word_1.png
)
执行命令后,上图的预测结果为:
```
...
...
doc/doc_en/inference_ppocr_en.md
浏览文件 @
7233ed6c
...
...
@@ -89,6 +89,9 @@ tar xf en_PP-OCRv3_det_infer.tar
python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words/en/word_1.png" --rec_model_dir="./en_PP-OCRv3_det_infer/" --rec_char_dict_path="ppocr/utils/en_dict.txt"
```
![](
../imgs_words/en/word_1.png
)
After executing the command, the prediction result of the above figure is:
```
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录