From c083334f73486edaaacfd128301fe56776bc2d88 Mon Sep 17 00:00:00 2001 From: Hongbin Sun Date: Tue, 18 May 2021 16:25:23 +0800 Subject: [PATCH] update readme (#211) * update readme * updare README_zh-CN.md * update link --- README.md | 30 +++++++++++++++++++++++++----- README_zh-CN.md | 30 +++++++++++++++++++++++++----- 2 files changed, 50 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 67ecc7a0..0297b8b8 100644 --- a/README.md +++ b/README.md @@ -47,22 +47,45 @@ Documentation: https://mmocr.readthedocs.io/en/latest/. Supported algorithms:
-(click to collapse) +Text Detection - [x] [DBNet](configs/textdet/dbnet/README.md) (AAAI'2020) - [x] [Mask R-CNN](configs/textdet/maskrcnn/README.md) (ICCV'2017) - [x] [PANet](configs/textdet/panet/README.md) (ICCV'2019) - [x] [PSENet](configs/textdet/psenet/README.md) (CVPR'2019) - [x] [TextSnake](configs/textdet/textsnake/README.md) (ECCV'2018) +- [x] [DRRG](configs/textdet/drrg/README.md) (CVPR'2020) +- [x] [FCENet](configs/textdet/fcenet/README.MD) (CVPR'2021) + +
+ +
+Text Recognition + - [x] [CRNN](configs/textrecog/crnn/crnn_academic_dataset.py) (TPAMI'2016) - [x] [NRTR](configs/textrecog/nrtr/README.md) (ICDAR'2019) - [x] [RobustScanner](configs/textrecog/robust_scanner/README.md) (ECCV'2020) - [x] [SAR](configs/textrecog/sar/README.md) (AAAI'2019) - [x] [SegOCR](configs/bottom_up/higherhrnet/README.md) (Manuscript'2021) + +
+ +
+Key Information Extraction + - [x] [SDMG-R](configs/kie/sdmgr/README.md) (ArXiv'2021)
+
+Named Entity Recognition + +- [x] [Bert-Softmax](configs/ner/bert_softmax/README.md) (NAACL'2019) + +
+ +Please refer to [model_zoo](https://mmocr.readthedocs.io/en/latest/modelzoo.html) for more details. + ## License This project is released under the [Apache 2.0 license](LICENSE). @@ -82,11 +105,8 @@ If you find this project useful in your research, please consider cite: ## Changelog -v0.1.0 was released on 07/04/2021. +v0.2.0 was released in 2021-5-18. -## Benchmark and Model Zoo - -Please refer to [modelzoo.md](https://mmocr.readthedocs.io/en/latest/index.html) for more details. ## Installation diff --git a/README_zh-CN.md b/README_zh-CN.md index 4fe50ad4..a4d1246f 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -47,22 +47,45 @@ MMOCR 是基于 PyTorch 和 mmdetection 的开源工具箱,专注于文本检 支持的算法:
-(click to collapse) +文字检测 - [x] [DBNet](configs/textdet/dbnet/README.md) (AAAI'2020) - [x] [Mask R-CNN](configs/textdet/maskrcnn/README.md) (ICCV'2017) - [x] [PANet](configs/textdet/panet/README.md) (ICCV'2019) - [x] [PSENet](configs/textdet/psenet/README.md) (CVPR'2019) - [x] [TextSnake](configs/textdet/textsnake/README.md) (ECCV'2018) +- [x] [DRRG](configs/textdet/drrg/README.md) (CVPR'2020) +- [x] [FCENet](configs/textdet/fcenet/README.MD) (CVPR'2021) + +
+ +
+文字识别 + - [x] [CRNN](configs/textrecog/crnn/crnn_academic_dataset.py) (TPAMI'2016) - [x] [NRTR](configs/textrecog/nrtr/README.md) (ICDAR'2019) - [x] [RobustScanner](configs/textrecog/robust_scanner/README.md) (ECCV'2020) - [x] [SAR](configs/textrecog/sar/README.md) (AAAI'2019) - [x] [SegOCR](configs/bottom_up/higherhrnet/README.md) (Manuscript'2021) + +
+ +
+关键信息提取 + - [x] [SDMG-R](configs/kie/sdmgr/README.md) (ArXiv'2021)
+
+命名实体识别 + +- [x] [Bert-Softmax](configs/ner/bert_softmax/README.md) (NAACL'2019) + +
+ +请点击[模型库](https://mmocr.readthedocs.io/en/latest/modelzoo.html)查看更多关于上述算法的详细信息。 + ## 开源许可证 该项目采用 [Apache 2.0 license](LICENSE) 开源许可证。 @@ -82,11 +105,8 @@ MMOCR 是基于 PyTorch 和 mmdetection 的开源工具箱,专注于文本检 ## 更新日志 -最新的月度版本 v0.1.0 在 2021.04.07 发布。 +最新的月度版本 v0.2.0 在 2021.05.18 发布。 -## 模型以及测试结果 - -测试结果和模型可以在[模型库](https://mmocr.readthedocs.io/en/latest/index.html)中找到。 ## 安装