Skip to content

Commit 2536129

Browse files
committed
docs: add Evaluation Metrics and todo list
1 parent 580fb8b commit 2536129

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,21 @@ wired table models contributed by others, and the built-in table classification
3434
<img src="https://github.com/RapidAI/TableStructureRec/releases/download/v0.0.0/demo_img_output.gif" alt="Demo" width="100%" height="100%">
3535
</div>
3636

37+
### 指标结果
38+
[TableRecognitionMetric](https://github.com/SWHL/TableRecognitionMetric)
39+
40+
[dataset](https://huggingface.co/datasets/SWHL/table_rec_test_dataset)
41+
42+
[Rapid OCR](https://github.com/RapidAI/RapidOCR)
43+
44+
| model |TEDS|
45+
|:---------------------------------------------------------------------------------------------------------------------------|:-|
46+
| lineless_table_rec |0.50054|
47+
| [RapidTable](https://github.com/RapidAI/RapidStructure/blob/b800b156015bf5cd6f5429295cdf48be682fd97e/docs/README_Table.md) |0.58786|
48+
| wired_table_rec v1 |0.70279|
49+
| table_cls + wired_table_rec v1 + lineless_table_rec |0.74692|
50+
| table_cls + wired_table_rec v2 + lineless_table_rec |0.80235|
51+
3752
### Install
3853
``` python {linenos=table}
3954
pip install wired_table_rec lineless_table_rec table_cls
@@ -73,7 +88,11 @@ print(f"elasp: {elasp}")
7388
# # 可视化 ocr 识别框
7489
# plot_rec_box(img_path, f"{output_dir}/ocr_box.jpg", ocr_res)
7590
```
76-
91+
### TODO List
92+
- [ ] rotate img fix before rec
93+
- [ ] Increase dataset size
94+
- [ ] Lineless table rec optimization
95+
-
7796
### Acknowledgements
7897

7998
[PaddleOCR Table](https://github.com/PaddlePaddle/PaddleOCR/blob/4b17511491adcfd0f3e2970895d06814d1ce56cc/ppstructure/table/README_ch.md)

docs/README_zh.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@
3232
<img src="https://github.com/RapidAI/TableStructureRec/releases/download/v0.0.0/demo_img_output.gif" alt="Demo" width="100%" height="100%">
3333
</div>
3434

35+
### 指标结果
36+
[TableRecognitionMetric 评测工具](https://github.com/SWHL/TableRecognitionMetric)
37+
38+
[评测数据集](https://huggingface.co/datasets/SWHL/table_rec_test_dataset)
39+
40+
[Rapid OCR](https://github.com/RapidAI/RapidOCR)
41+
42+
| 方法 |TEDS|
43+
|:---------------------------------------------------------------------------------------------------------------------------|:-|
44+
| lineless_table_rec |0.53561|
45+
| [RapidTable](https://github.com/RapidAI/RapidStructure/blob/b800b156015bf5cd6f5429295cdf48be682fd97e/docs/README_Table.md) |0.58786|
46+
| wired_table_rec v1 |0.70279|
47+
| wired_table_rec v2 |0.78007|
48+
| table_cls + wired_table_rec v1 + lineless_table_rec |0.74692|
49+
| table_cls + wired_table_rec v2 + lineless_table_rec |0.80235|
50+
3551
### 安装
3652
``` python {linenos=table}
3753
pip install wired_table_rec lineless_table_rec table_cls
@@ -71,6 +87,10 @@ print(f"elasp: {elasp}")
7187
# # 可视化 ocr 识别框
7288
# plot_rec_box(img_path, f"{output_dir}/ocr_box.jpg", ocr_res)
7389
```
90+
### TODO List
91+
- [ ] 识别前图片偏移修正
92+
- [ ] 增加数据集数量,增加更多评测对比
93+
- [ ] 优化无线表格模型
7494

7595
### 致谢
7696

0 commit comments

Comments
 (0)