From 40a3a1cfc21f95bf68be4b000356f7798a11aa83 Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Sat, 20 Aug 2022 08:48:01 +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 3bf86856..a5d0da3c 100644 --- a/ppstructure/table/README.md +++ b/ppstructure/table/README.md @@ -34,7 +34,7 @@ We evaluated the algorithm on the PubTabNet[1] eval dataset, and the | --- | --- | --- | ---| | EDD[2] |x| 88.3 |x| | TableRec-RARE(ours) | 71.73%| 93.88% |779ms| -| SLANet(ours) | 76.2%| 95.85% |766ms| +| SLANet(ours) | 76.31%| 95.89%|766ms| The performance indicators are explained as follows: - Acc: The accuracy of the table structure in each image, a wrong token is considered an error. diff --git a/ppstructure/table/README_ch.md b/ppstructure/table/README_ch.md index cdbea581..e83c81be 100644 --- a/ppstructure/table/README_ch.md +++ b/ppstructure/table/README_ch.md @@ -40,7 +40,7 @@ | --- | --- | --- | ---| | EDD[2] |x| 88.3% |x| | TableRec-RARE(ours) | 71.73%| 93.88% |779ms| -| SLANet(ours) | 76.2%| 95.85% |766ms| +| SLANet(ours) |76.31%| 95.89%|766ms| 性能指标解释如下: - Acc: 模型对每张图像里表格结构的识别准确率,错一个token就算错误。 -- GitLab