Skip to content

Commit ad469e2

Browse files
authored
Update table_rec_evaluate.md
1 parent 11036f7 commit ad469e2

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

content/docs/blog/table_rec_evaluate.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ description: ""
2323
**wired_table_rec**: 训练数据为WTW,训练集为10970张。WTW数据组成有50%的自然场景下、30%的档案和20%的印刷体表格。所以这个模型更适合自然场景下拍照的表格识别。
2424

2525
### 指标结果
26-
|方法|TEDS|
27-
|:---|:---|
28-
|[RapidTable](https://github.com/RapidAI/RapidStructure/blob/b800b156015bf5cd6f5429295cdf48be682fd97e/docs/README_Table.md)|0.58786|
29-
|[lineless_table_rec](https://rapidai.github.io/TableStructureRec/docs/install_usage/lineless_table_rec/)|0.50054|
30-
|[wired_table_rec](https://rapidai.github.io/TableStructureRec/docs/install_usage/wired_table_rec/)|0.63316|
26+
| 方法 | TEDS | TEDS-only-structure |
27+
|:---------------------------------------------------------------------------------------------------------------------------|:-----------:|:-------------------:|
28+
| [deepdoctection(rag-flow)](https://github.com/deepdoctection/deepdoctection?tab=readme-ov-file) | 0.59975 | 0.69918 |
29+
| [ppstructure_table_master](https://github.com/PaddlePaddle/PaddleOCR/tree/main/ppstructure) | 0.61606 | 0.73892 |
30+
| [ppsturcture_table_engine](https://github.com/PaddlePaddle/PaddleOCR/tree/main/ppstructure) | 0.67924 | 0.78653 |
31+
| table_cls + wired_table_rec v1 + lineless_table_rec | 0.68507 | 0.75140 |
32+
| [StructEqTable](https://github.com/UniModal4Reasoning/StructEqTable-Deploy) | 0.67310 | **0.81210** |
33+
| [RapidTable](https://github.com/RapidAI/RapidStructure/blob/b800b156015bf5cd6f5429295cdf48be682fd97e/docs/README_Table.md) | 0.71654 | 0.81067 |
34+
| table_cls + wired_table_rec v2 + lineless_table_rec | **0.73702** | 0.80210 |
3135

3236

3337
### 评测步骤
@@ -82,4 +86,4 @@ for one_data in test_data:
8286

8387
avg = sum(content) / len(content)
8488
print(f'{avg:.5f}')
85-
```
89+
```

0 commit comments

Comments
 (0)