Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs and fix markdown render error #13678

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/algorithm/table_recognition/algorithm_table_slanet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ comments: true

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

- 1. 改善推理过程,至EOS停止,速度提升3倍
- 2. 升级Backbone为LCNetV2(SSLD版本)
- 3. 行列特征增强模块
- 4. 提升分辨率488至512
- 5. 三阶段训练策略
1. 改善推理过程,至EOS停止,速度提升3倍
2. 升级Backbone为LCNetV2(SSLD版本)
3. 行列特征增强模块
4. 提升分辨率488至512
5. 三阶段训练策略

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

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ nav:
- SAR: algorithm/text_recognition/algorithm_rec_sar.md
- SEED: algorithm/text_recognition/algorithm_rec_seed.md
- SVTR: algorithm/text_recognition/algorithm_rec_svtr.md
- SVTRv2: algorithm/text_recognition/algorithm_rec_svtrv2.md
- ViTSTR: algorithm/text_recognition/algorithm_rec_vitstr.md
- ABINet: algorithm/text_recognition/algorithm_rec_abinet.md
- VisionLAN: algorithm/text_recognition/algorithm_rec_visionlan.md
Expand Down