Skip to content

Commit 8f64b2e

Browse files
authored
the model link for tabe rec compti (#13254)
1 parent 4336771 commit 8f64b2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/doc_ch/algorithm_table_slanet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a name="1"></a>
1414
## 1. 算法简介
1515

16-
PaddleOCR 算法模型挑战赛 - 赛题二:通用表格识别任务排行榜第一算法。核心思路
16+
该算法由来自北京交通大学机器学习与认识计算研究团队的ocr识别队研发,其在PaddleOCR算法模型挑战赛 - 赛题二:通用表格识别任务中排行榜荣获一等奖,排行榜精度相比PP-Structure表格识别模型提升0.8%,推理速度提升3倍。优化思路如下
1717

1818
- 1. 改善推理过程,至EOS停止,速度提升3倍
1919
- 2. 升级Backbone为LCNetV2(SSLD版本)
@@ -23,9 +23,9 @@ PaddleOCR 算法模型挑战赛 - 赛题二:通用表格识别任务排行榜
2323

2424
在PubTabNet表格识别公开数据集上,算法复现效果如下:
2525

26-
|模型|骨干网络|配置文件|acc|
27-
| --- | --- | --- | --- |
28-
|SLANet|LCNetV2|[configs/table/SLANet_lcnetv2.yml](../../configs/table/SLANet_lcnetv2.yml)|76.67%|
26+
|模型|骨干网络|配置文件|acc|下载链接|
27+
| --- | --- | --- | --- | --- |
28+
|SLANet|LCNetV2|[configs/table/SLANet_lcnetv2.yml](../../configs/table/SLANet_lcnetv2.yml)|76.67%| [训练模型](https://paddleocr.bj.bcebos.com/openatom/ch_ppstructure_openatom_SLANetv2_train.tar) /[推理模型](https://paddleocr.bj.bcebos.com/openatom/ch_ppstructure_openatom_SLANetv2_infer.tar) |
2929

3030

3131
<a name="2"></a>
@@ -78,7 +78,7 @@ python3 tools/export_model.py -c configs/table/SLANet_lcnetv2.yml -o Global.pret
7878

7979
```shell
8080
cd ppstructure/
81-
python3.7 table/predict_structure.py --table_model_dir=../inference/slanet_lcnetv2_infer/ --table_char_dict_path=../ppocr/utils/dict/table_structure_dict_ch.txt --image_dir=docs/table/table.jpg --output=../output/table_slanet_lcnetv2 --use_gpu=False --benchmark=True --enable_mkldnn=True
81+
python table/predict_structure.py --table_model_dir=../inference/slanet_lcnetv2_infer/ --table_char_dict_path=../ppocr/utils/dict/table_structure_dict_ch.txt --image_dir=docs/table/table.jpg --output=../output/table_slanet_lcnetv2 --use_gpu=False --benchmark=True --enable_mkldnn=True --table_max_len=512
8282
# 预测文件夹下所有图像时,可修改image_dir为文件夹,如 --image_dir='docs/table'。
8383
```
8484

0 commit comments

Comments
 (0)