Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
s920243400
PaddleOCR
提交
ced53ca9
P
PaddleOCR
项目概览
s920243400
/
PaddleOCR
与 Fork 源项目一致
Fork自
PaddlePaddle / PaddleOCR
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
ced53ca9
编写于
7月 28, 2022
作者:
qq_25193841
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'release/2.5' into release2.5
上级
a524135a
32a76e5f
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
39 addition
and
6 deletion
+39
-6
applications/README.md
applications/README.md
+4
-0
doc/doc_ch/algorithm_det_east.md
doc/doc_ch/algorithm_det_east.md
+2
-2
doc/doc_ch/inference_ppocr.md
doc/doc_ch/inference_ppocr.md
+3
-3
doc/doc_ch/quickstart.md
doc/doc_ch/quickstart.md
+4
-0
tools/infer_kie.py
tools/infer_kie.py
+26
-1
未找到文件。
applications/README.md
浏览文件 @
ced53ca9
...
...
@@ -57,3 +57,7 @@ PaddleOCR场景应用覆盖通用,制造、金融、交通行业的主要OCR
</div>
如果您是企业开发者且未在上述场景中找到合适的方案,可以填写
[
OCR应用合作调研问卷
](
https://paddle.wjx.cn/vj/QwF7GKw.aspx
)
,免费与官方团队展开不同层次的合作,包括但不限于问题抽象、确定技术方案、项目答疑、共同研发等。如果您已经使用PaddleOCR落地项目,也可以填写此问卷,与飞桨平台共同宣传推广,提升企业技术品宣。期待您的提交!
<a
href=
"https://trackgit.com"
>
<img
src=
"https://us-central1-trackgit-analytics.cloudfunctions.net/token/ping/l63cvzo0w09yxypc7ygl"
alt=
"traffic"
/>
</a>
doc/doc_ch/algorithm_det_east.md
浏览文件 @
ced53ca9
...
...
@@ -26,8 +26,8 @@
|模型|骨干网络|配置文件|precision|recall|Hmean|下载链接|
| --- | --- | --- | --- | --- | --- | --- |
|EAST|ResNet50_vd|88.71%| 81.36%| 84.88%|
[
训练模型
](
https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_r50_vd_east_v2.0_train.tar
)
|
|EAST|
MobileNetV3| 78.2%| 79.1%| 78.65%|
[
训练模型
](
https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_r50_vd
_east_v2.0_train.tar
)
|
|EAST|ResNet50_vd|
[
det_r50_vd_east.yml
](
../../configs/det/det_r50_vd_east.yml
)
|
88.71%| 81.36%| 84.88%|
[
训练模型
](
https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_r50_vd_east_v2.0_train.tar
)
|
|EAST|
MobileNetV3|
[
det_mv3_east.yml
](
../../configs/det/det_mv3_east.yml
)
| 78.2%| 79.1%| 78.65%|
[
训练模型
](
https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_mv3
_east_v2.0_train.tar
)
|
<a
name=
"2"
></a>
...
...
doc/doc_ch/inference_ppocr.md
浏览文件 @
ced53ca9
...
...
@@ -87,9 +87,9 @@ Predicts of ./doc/imgs_words/ch/word_4.jpg:('实力活力', 0.9956803321838379)
```
# 下载英文数字识别模型:
wget https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_
det
_infer.tar
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"
wget https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_
rec
_infer.tar
tar xf en_PP-OCRv3_
rec
_infer.tar
python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words/en/word_1.png" --rec_model_dir="./en_PP-OCRv3_
rec
_infer/" --rec_char_dict_path="ppocr/utils/en_dict.txt"
```
![](
../imgs_words/en/word_1.png
)
...
...
doc/doc_ch/quickstart.md
浏览文件 @
ced53ca9
...
...
@@ -201,3 +201,7 @@ im_show.save('result.jpg')
通过本节内容,相信您已经熟练掌握PaddleOCR whl包的使用方法并获得了初步效果。
PaddleOCR是一套丰富领先实用的OCR工具库,打通数据、模型训练、压缩和推理部署全流程,您可以参考
[
文档教程
](
../../README_ch.md#文档教程
)
,正式开启PaddleOCR的应用之旅。
<a
href=
"https://trackgit.com"
>
<img
src=
"https://us-central1-trackgit-analytics.cloudfunctions.net/token/ping/l63dyu35d5dpcg6y3ibl"
alt=
"trackgit-views"
/>
</a>
tools/infer_kie.py
浏览文件 @
ced53ca9
...
...
@@ -89,6 +89,29 @@ def draw_kie_result(batch, node, idx_to_cls, count):
cv2
.
imwrite
(
save_path
,
vis_img
)
logger
.
info
(
"The Kie Image saved in {}"
.
format
(
save_path
))
def
write_kie_result
(
fout
,
node
,
data
):
"""
Write infer result to output file, sorted by the predict label of each line.
The format keeps the same as the input with additional score attribute.
"""
import
json
label
=
data
[
'label'
]
annotations
=
json
.
loads
(
label
)
max_value
,
max_idx
=
paddle
.
max
(
node
,
-
1
),
paddle
.
argmax
(
node
,
-
1
)
node_pred_label
=
max_idx
.
numpy
().
tolist
()
node_pred_score
=
max_value
.
numpy
().
tolist
()
res
=
[]
for
i
,
label
in
enumerate
(
node_pred_label
):
pred_score
=
'{:.2f}'
.
format
(
node_pred_score
[
i
])
pred_res
=
{
'label'
:
label
,
'transcription'
:
annotations
[
i
][
'transcription'
],
'score'
:
pred_score
,
'points'
:
annotations
[
i
][
'points'
],
}
res
.
append
(
pred_res
)
res
.
sort
(
key
=
lambda
x
:
x
[
'label'
])
fout
.
writelines
([
json
.
dumps
(
res
,
ensure_ascii
=
False
)
+
'
\n
'
])
def
main
():
global_config
=
config
[
'Global'
]
...
...
@@ -116,7 +139,7 @@ def main():
warmup_times
=
0
count_t
=
[]
with
open
(
save_res_path
,
"w
b
"
)
as
fout
:
with
open
(
save_res_path
,
"w"
)
as
fout
:
with
open
(
config
[
'Global'
][
'infer_img'
],
"rb"
)
as
f
:
lines
=
f
.
readlines
()
for
index
,
data_line
in
enumerate
(
lines
):
...
...
@@ -141,6 +164,8 @@ def main():
node
=
F
.
softmax
(
node
,
-
1
)
count_t
.
append
(
time
.
time
()
-
st
)
draw_kie_result
(
batch
,
node
,
idx_to_cls
,
index
)
write_kie_result
(
fout
,
node
,
data
)
fout
.
close
()
logger
.
info
(
"success!"
)
logger
.
info
(
"It took {} s for predict {} images."
.
format
(
np
.
sum
(
count_t
),
len
(
count_t
)))
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录