Skip to content

update readme for supporting RobustScanner #487

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

Merged
merged 2 commits into from
Jul 7, 2023
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ For more illustration and usage, please refer to the model training section in [
- [x] [SVTR](configs/rec/svtr/README.md) (IJCAI'2022)
- [x] [MASTER](configs/rec/master/README.md) (PR'2019)
- [x] [VISIONLAN](configs/rec/visionlan/README.md) (ICCV'2021)
- [x] [RobustScanner](configs/rec/robustscanner/README.md) (ECCV'2020)
- [ ] [ABINet](https://arxiv.org/abs/2103.06495) (CVPR'2021) [coming soon]

</details>
Expand Down Expand Up @@ -213,6 +214,9 @@ We will include more datasets for training and evaluation. This list will be con
## Notes

### What is New
- 2023/07/06
1. Add new trained models
- [RobustScanner](configs/rec/robustscanner) for text recognition
- 2023/07/05
1. Add new trained models
- [VISIONLAN](configs/rec/visionlan) for text recognition
Expand Down
4 changes: 4 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ python tools/eval.py \
- [x] [SVTR](configs/rec/svtr/README_CN.md) (IJCAI'2022)
- [x] [MASTER](configs/rec/master/README_CN.md) (PR'2019)
- [x] [VISIONLAN](configs/rec/visionlan/README_CN.md) (ICCV'2021)
- [x] [RobustScanner](configs/rec/robustscanner/README_CN.md) (ECCV'2020)
- [ ] [ABINet](https://arxiv.org/abs/2103.06495) (CVPR'2021) [coming soon]
</details>

Expand Down Expand Up @@ -208,6 +209,9 @@ MindOCR提供了[数据格式转换工具](tools/dataset_converters) ,以支
## 重要信息

### 更新日志
- 2023/07/06
1. 增加新模型
- 文本识别[RobustScanner](configs/rec/robustscanner)
- 2023/07/05
1. 增加新模型
- 文本识别[VISIONLAN](configs/rec/visionlan)
Expand Down
2 changes: 1 addition & 1 deletion configs/rec/robustscanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,4 @@ loss:

## References
<!--- Guideline: Citation format GB/T 7714 is suggested. -->
[1] Xiaoyu Yue, Zhanghui Kuang, Chenhao Lin, Hongbin Sun, Wayne Zhang. RobustScanner: Dynamically Enhancing Positional Clues for Robust Text Recognition. arXiv:2007.07542, ECCV 2020
[1] Xiaoyu Yue, Zhanghui Kuang, Chenhao Lin, Hongbin Sun, Wayne Zhang. RobustScanner: Dynamically Enhancing Positional Clues for Robust Text Recognition. arXiv:2007.07542, ECCV'2020
2 changes: 1 addition & 1 deletion configs/rec/robustscanner/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,4 @@ loss:

## 参考文献
<!--- Guideline: Citation format GB/T 7714 is suggested. -->
[1] Xiaoyu Yue, Zhanghui Kuang, Chenhao Lin, Hongbin Sun, Wayne Zhang. RobustScanner: Dynamically Enhancing Positional Clues for Robust Text Recognition. arXiv:2007.07542, ECCV 2020
[1] Xiaoyu Yue, Zhanghui Kuang, Chenhao Lin, Hongbin Sun, Wayne Zhang. RobustScanner: Dynamically Enhancing Positional Clues for Robust Text Recognition. arXiv:2007.07542, ECCV'2020
1 change: 1 addition & 0 deletions docs/cn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ python tools/eval.py \
- [x] [SVTR](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/svtr/README_CN.md) (IJCAI'2022)
- [x] [MASTER](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/master/README_CN.md) (PR'2019)
- [x] [VISIONLAN](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/visionlan/README_CN.md) (ICCV'2021)
- [x] [RobustScanner](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/robustscanner/README_CN.md) (ECCV'2020)
- [ ] [ABINet](https://arxiv.org/abs/2103.06495) (CVPR'2021) [coming soon]
</details>

Expand Down
1 change: 1 addition & 0 deletions docs/cn/mkdocs/modelzoo_training.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
| crnn_resnet34_vd | IC03,13,15,IIIT,etc | 64 | 8 | 84.45 | 76.48 | 6694.84 | O3 | [mindocr_crnn](https://github.com/mindspore-lab/mindocr/tree/main/configs/rec/crnn) |
| rare_resnet34_vd | IC03,13,15,IIIT,etc | 512 | 4 | 85.19 | 449 | 4561 | O2 | [mindocr_rare](https://github.com/mindspore-lab/mindocr/tree/main/configs/rec/rare) |
| visionlan_resnet45| IC03,13,15,IIIT,etc | 192| 4 | 90.61 | 417 | 1840 | O2 | [mindocr_visionlan](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/visionlan/visionlan_resnet45_LF_1.yaml) |
| robustscanner_resnet31 | IC13,15,IIIT,SVT,etc | 256 | 4 | 87.51 | 825 | 310 | O0 | [mindocr_robustscanner](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/robustscanner) |

### 文本方向分类

Expand Down
1 change: 1 addition & 0 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ For more illustration and usage, please refer to the model training section in [
- [x] [SVTR](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/svtr/README.md) (IJCAI'2022)
- [x] [MASTER](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/master/README.md) (PR'2019)
- [x] [VISIONLAN](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/visionlan/README.md) (ICCV'2021)
- [x] [RobustScanner](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/robustscanner/README.md) (ECCV'2020)
- [ ] [ABINet](https://arxiv.org/abs/2103.06495) (CVPR'2021) [coming soon]

</details>
Expand Down
1 change: 1 addition & 0 deletions docs/en/mkdocs/modelzoo_training.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
| crnn_resnet34_vd | IC03,13,15,IIIT,etc | 64 | 8 | 84.45 | 76.48 | 6694.84 | O3 | [mindocr_crnn](https://github.com/mindspore-lab/mindocr/tree/main/configs/rec/crnn) |
| rare_resnet34_vd | IC03,13,15,IIIT,etc | 512 | 4 | 85.19 | 449 | 4561 | O2 | [mindocr_rare](https://github.com/mindspore-lab/mindocr/tree/main/configs/rec/rare) |
| visionlan_resnet45| IC03,13,15,IIIT,etc | 192| 4 | 90.61 | 417 | 1840 | O2 | [mindocr_visionlan](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/visionlan/visionlan_resnet45_LF_1.yaml) |
| robustscanner_resnet31 | IC13,15,IIIT,SVT,etc | 256 | 4 | 87.51 | 825 | 310 | O0 | [mindocr_robustscanner](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/robustscanner) |

### Text Direction Classification

Expand Down