Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
77b0bbfe
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看板
未验证
提交
77b0bbfe
编写于
8月 18, 2022
作者:
Z
zhoujun
提交者:
GitHub
8月 18, 2022
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #7233 from WenmuZhou/table_pr
fix table algorithm link in algorithm.md
上级
bfff01db
f2c986d6
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
7 addition
and
7 deletion
+7
-7
doc/doc_ch/algorithm.md
doc/doc_ch/algorithm.md
+1
-1
ppstructure/table/README.md
ppstructure/table/README.md
+2
-2
ppstructure/table/README_ch.md
ppstructure/table/README_ch.md
+3
-3
ppstructure/table/predict_structure.py
ppstructure/table/predict_structure.py
+1
-1
未找到文件。
doc/doc_ch/algorithm.md
浏览文件 @
77b0bbfe
...
@@ -5,7 +5,7 @@ PaddleOCR将**持续新增**支持OCR领域前沿算法与模型,已支持的
...
@@ -5,7 +5,7 @@ PaddleOCR将**持续新增**支持OCR领域前沿算法与模型,已支持的
-
[
文本检测算法
](
./algorithm_overview.md#11-%E6%96%87%E6%9C%AC%E6%A3%80%E6%B5%8B%E7%AE%97%E6%B3%95
)
-
[
文本检测算法
](
./algorithm_overview.md#11-%E6%96%87%E6%9C%AC%E6%A3%80%E6%B5%8B%E7%AE%97%E6%B3%95
)
-
[
文本识别算法
](
./algorithm_overview.md#12-%E6%96%87%E6%9C%AC%E8%AF%86%E5%88%AB%E7%AE%97%E6%B3%95
)
-
[
文本识别算法
](
./algorithm_overview.md#12-%E6%96%87%E6%9C%AC%E8%AF%86%E5%88%AB%E7%AE%97%E6%B3%95
)
-
[
端到端算法
](
./algorithm_overview.md#2-%E6%96%87%E6%9C%AC%E8%AF%86%E5%88%AB%E7%AE%97%E6%B3%95
)
-
[
端到端算法
](
./algorithm_overview.md#2-%E6%96%87%E6%9C%AC%E8%AF%86%E5%88%AB%E7%AE%97%E6%B3%95
)
-
[
表格识别]
]
(
./algorithm_overview.md#3-%E8%A1%A8%E6%A0%BC%E8%AF%86%E5%88%AB%E7%AE%97%E6%B3%95
)
-
[
表格识别
](
./algorithm_overview.md#3-%E8%A1%A8%E6%A0%BC%E8%AF%86%E5%88%AB%E7%AE%97%E6%B3%95
)
**欢迎广大开发者合作共建,贡献更多算法,合入有奖🎁!具体可查看[社区常规赛](https://github.com/PaddlePaddle/PaddleOCR/issues/4982)。**
**欢迎广大开发者合作共建,贡献更多算法,合入有奖🎁!具体可查看[社区常规赛](https://github.com/PaddlePaddle/PaddleOCR/issues/4982)。**
...
...
ppstructure/table/README.md
浏览文件 @
77b0bbfe
...
@@ -33,8 +33,8 @@ We evaluated the algorithm on the PubTabNet<sup>[1]</sup> eval dataset, and the
...
@@ -33,8 +33,8 @@ We evaluated the algorithm on the PubTabNet<sup>[1]</sup> eval dataset, and the
|Method|Acc|
[
TEDS(Tree-Edit-Distance-based Similarity)
](
https://github.com/ibm-aur-nlp/PubTabNet/tree/master/src
)
|Speed|
|Method|Acc|
[
TEDS(Tree-Edit-Distance-based Similarity)
](
https://github.com/ibm-aur-nlp/PubTabNet/tree/master/src
)
|Speed|
| --- | --- | --- | ---|
| --- | --- | --- | ---|
| EDD
<sup>
[2]
</sup>
|x| 88.3 |x|
| EDD
<sup>
[2]
</sup>
|x| 88.3 |x|
| TableRec-RARE(ours) |73.8%| 9
3.32
|1550ms|
| TableRec-RARE(ours) |73.8%| 9
5.3%
|1550ms|
| SLANet(ours) | 76.2%|
94.98
|766ms|
| SLANet(ours) | 76.2%|
95.85%
|766ms|
The performance indicators are explained as follows:
The performance indicators are explained as follows:
-
Acc: The accuracy of the table structure in each image, a wrong token is considered an error.
-
Acc: The accuracy of the table structure in each image, a wrong token is considered an error.
...
...
ppstructure/table/README_ch.md
浏览文件 @
77b0bbfe
...
@@ -38,9 +38,9 @@
...
@@ -38,9 +38,9 @@
|算法|Acc|
[
TEDS(Tree-Edit-Distance-based Similarity)
](
https://github.com/ibm-aur-nlp/PubTabNet/tree/master/src
)
|Speed|
|算法|Acc|
[
TEDS(Tree-Edit-Distance-based Similarity)
](
https://github.com/ibm-aur-nlp/PubTabNet/tree/master/src
)
|Speed|
| --- | --- | --- | ---|
| --- | --- | --- | ---|
| EDD
<sup>
[2]
</sup>
|x| 88.3 |x|
| EDD
<sup>
[2]
</sup>
|x| 88.3
%
|x|
| TableRec-RARE(ours) |73.8%| 9
3.32
|1550ms|
| TableRec-RARE(ours) |73.8%| 9
5.3%
|1550ms|
| SLANet(ours) | 76.2%|
94.98
|766ms|
| SLANet(ours) | 76.2%|
95.85%
|766ms|
性能指标解释如下:
性能指标解释如下:
-
Acc: 模型对每张图像里表格结构的识别准确率,错一个token就算错误。
-
Acc: 模型对每张图像里表格结构的识别准确率,错一个token就算错误。
...
...
ppstructure/table/predict_structure.py
浏览文件 @
77b0bbfe
...
@@ -148,7 +148,7 @@ def main(args):
...
@@ -148,7 +148,7 @@ def main(args):
bbox_list_str
))
bbox_list_str
))
if
len
(
bbox_list
)
>
0
and
len
(
bbox_list
[
0
])
==
4
:
if
len
(
bbox_list
)
>
0
and
len
(
bbox_list
[
0
])
==
4
:
img
=
draw_rectangle
(
image_file
,
pred_res
[
'cell_bbox'
]
)
img
=
draw_rectangle
(
image_file
,
bbox_list
)
else
:
else
:
img
=
utility
.
draw_boxes
(
img
,
bbox_list
)
img
=
utility
.
draw_boxes
(
img
,
bbox_list
)
img_save_path
=
os
.
path
.
join
(
args
.
output
,
img_save_path
=
os
.
path
.
join
(
args
.
output
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录