From f6ba46b396c6be405184824518663f033206f4b2 Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Sat, 20 Aug 2022 08:40:40 +0000 Subject: [PATCH] update metric --- ppstructure/table/README.md | 2 +- ppstructure/table/README_ch.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ppstructure/table/README.md b/ppstructure/table/README.md index 3732a89c..3bf86856 100644 --- a/ppstructure/table/README.md +++ b/ppstructure/table/README.md @@ -33,7 +33,7 @@ We evaluated the algorithm on the PubTabNet[1] eval dataset, and the |Method|Acc|[TEDS(Tree-Edit-Distance-based Similarity)](https://github.com/ibm-aur-nlp/PubTabNet/tree/master/src)|Speed| | --- | --- | --- | ---| | EDD[2] |x| 88.3 |x| -| TableRec-RARE(ours) |73.8%| 95.3% |1550ms| +| TableRec-RARE(ours) | 71.73%| 93.88% |779ms| | SLANet(ours) | 76.2%| 95.85% |766ms| The performance indicators are explained as follows: diff --git a/ppstructure/table/README_ch.md b/ppstructure/table/README_ch.md index cc73f8bc..cdbea581 100644 --- a/ppstructure/table/README_ch.md +++ b/ppstructure/table/README_ch.md @@ -39,7 +39,7 @@ |算法|Acc|[TEDS(Tree-Edit-Distance-based Similarity)](https://github.com/ibm-aur-nlp/PubTabNet/tree/master/src)|Speed| | --- | --- | --- | ---| | EDD[2] |x| 88.3% |x| -| TableRec-RARE(ours) |73.8%| 95.3% |1550ms| +| TableRec-RARE(ours) | 71.73%| 93.88% |779ms| | SLANet(ours) | 76.2%| 95.85% |766ms| 性能指标解释如下: -- GitLab