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 for DBNet and CRNN #78

Merged
merged 1 commit into from
Mar 20, 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
8 changes: 5 additions & 3 deletions configs/det/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
English | [中文](https://github.com/mindspore-lab/mindocr/blob/main/configs/det/README_CN.md)

# DBNet

<!--- Guideline: use url linked to abstract in ArXiv instead of PDF for fast loading. -->
Expand Down Expand Up @@ -34,9 +36,9 @@ The overall architecture of DBNet is presented in _Figure 1._ It consists of mul

### ICDAR2015

| **Model** | **Backbone** | **Pretrained** | **Recall** | **Precision** | **F-score** |
|-----------|--------------|----------------|------------|---------------|-------------|
| DBNet | ResNet-50 | ImageNet | 81.70% | 85.84% | 83.72% |
| **Model** | **Backbone** | **Pretrained** | **Recall** | **Precision** | **F-score** | **Recipe** | **Download** |
|-----------|--------------|----------------|------------|---------------|-------------|--------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
| DBNet | ResNet-50 | ImageNet | 81.70% | 85.84% | 83.72% | [yaml](https://github.com/mindspore-lab/mindocr/blob/main/configs/det/db_r50_icdar15.yaml) | [weights](https://download.mindspore.cn/toolkits/mindocr/dbnet/dbnet_resnet50-db1df47a.ckpt) |

## Quick Start

Expand Down
8 changes: 5 additions & 3 deletions configs/det/README_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[English](https://github.com/mindspore-lab/mindocr/blob/main/configs/det/README.md) | 中文

# DBNet

<!--- Guideline: use url linked to abstract in ArXiv instead of PDF for fast loading. -->
Expand Down Expand Up @@ -25,9 +27,9 @@ DBNet的整体架构图如图1所示,包含以下阶段:

### ICDAR2015

| **模型** | **骨干** | **预训练模型** | **Recall** | **Precision** | **F-score** |
|-----------|--------------|----------------|------------|---------------|-------------|
| DBNet | ResNet-50 | ImageNet | 81.70% | 85.84% | 83.72% |
| **模型** | **骨干网络** | **预训练数据集** | **Recall** | **Precision** | **F-score** | **配置文件** | **模型权重下载** |
|---------|------------|----------------|------------|---------------|-------------|-----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
| DBNet | ResNet-50 | ImageNet | 81.70% | 85.84% | 83.72% | [yaml](https://github.com/mindspore-lab/mindocr/blob/main/configs/det/db_r50_icdar15.yaml) | [weights](https://download.mindspore.cn/toolkits/mindocr/dbnet/dbnet_resnet50-db1df47a.ckpt) |

## 快速上手

Expand Down
10 changes: 6 additions & 4 deletions configs/rec/crnn/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
English | [中文](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/crnn/README_CN.md)

# CRNN
<!--- Guideline: use url linked to abstract in ArXiv instead of PDF for fast loading. -->

Expand Down Expand Up @@ -35,10 +37,10 @@ According to our experiments, the evaluation results on public benchmark dataset

<div align="center">

| Model| Backbone | Config | Avg Accuracy | Download |
|------|----------|--------|--------------|----------|
| CRNN | VGG7 | [crnn_vgg7.yaml](./crnn_vgg7.yaml) | 82.03 | [model_weights]() |
| CRNN | ResNet34 | [crnn_resnet34.yaml](./crnn_resnet34.yaml) | 84.45 | [model_weights]() |
| **Model** | **Backbone** | **Avg Accuracy** | **Recipe** | **Download** |
|-----------|--------------|------------------|------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|
| CRNN | VGG7 | 82.03 | [yaml](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/crnn/crnn_vgg7.yaml) | [weights](https://download.mindspore.cn/toolkits/mindocr/crnn/crnn_vgg7-ea7e996c.ckpt) |
| CRNN | ResNet34 | 84.45 | [yaml](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/crnn/crnn_resnet34.yaml) | [weights](https://download.mindspore.cn/toolkits/mindocr/crnn/crnn_resnet34-8aa4aedb.ckpt) |


</div>
Expand Down
10 changes: 6 additions & 4 deletions configs/rec/crnn/README_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[English](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/crnn/README.md) | 中文

# CRNN
<!--- Guideline: use url linked to abstract in ArXiv instead of PDF for fast loading. -->

Expand Down Expand Up @@ -35,10 +37,10 @@ Table Format:

<div align="center">

| 模型| 骨干网络 | 配置文件 | 平均准确率 | 模型下载 |
|------|----------|--------|--------------|----------|
| CRNN | VGG7 | [crnn_vgg7.yaml](./crnn_vgg7.yaml) | 82.03 | [model_weights]() |
| CRNN | ResNet34 | [crnn_resnet34.yaml](./crnn_resnet34.yaml) | 84.45 | [model_weights]() |
| **模型** | **骨干网络** | **平均准确率** | **配置文件** | **模型权重下载** |
|---------|------------|---------------|------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|
| CRNN | VGG7 | 82.03 | [yaml](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/crnn/crnn_vgg7.yaml) | [weights](https://download.mindspore.cn/toolkits/mindocr/crnn/crnn_vgg7-ea7e996c.ckpt) |
| CRNN | ResNet34 | 84.45 | [yaml](https://github.com/mindspore-lab/mindocr/blob/main/configs/rec/crnn/crnn_resnet34.yaml) | [weights](https://download.mindspore.cn/toolkits/mindocr/crnn/crnn_resnet34-8aa4aedb.ckpt) |


</div>
Expand Down