Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
weixin_41840029
PaddleOCR
提交
9422629c
P
PaddleOCR
项目概览
weixin_41840029
/
PaddleOCR
与 Fork 源项目一致
Fork自
PaddlePaddle / PaddleOCR
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
9422629c
编写于
6月 28, 2022
作者:
W
wangjingyeye
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add db++
上级
a63f4414
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
25 addition
and
4 deletion
+25
-4
configs/det/det_r50_db++_ic15.yml
configs/det/det_r50_db++_ic15.yml
+1
-1
configs/det/det_r50_db++_td_tr.yml
configs/det/det_r50_db++_td_tr.yml
+1
-1
doc/doc_ch/algorithm_det_db.md
doc/doc_ch/algorithm_det_db.md
+22
-2
doc/doc_ch/dataset/ocr_datasets.md
doc/doc_ch/dataset/ocr_datasets.md
+1
-0
未找到文件。
configs/det/det_r50_db++_ic15.yml
浏览文件 @
9422629c
...
...
@@ -10,7 +10,7 @@ Global:
-
0
-
2000
cal_metric_during_train
:
false
pretrained_model
:
./pretrain_models/
synthtext_pretrained_res50_dcn_asf_spatial
pretrained_model
:
./pretrain_models/
ResNet50_dcn_asf_synthtext_pretrained
checkpoints
:
null
save_inference_dir
:
null
use_visualdl
:
false
...
...
configs/det/det_r50_db++_td_tr.yml
浏览文件 @
9422629c
...
...
@@ -10,7 +10,7 @@ Global:
-
0
-
2000
cal_metric_during_train
:
false
pretrained_model
:
./pretrain_models/
synthtext_pretrained_res50_dcn_asf_spatial
pretrained_model
:
./pretrain_models/
ResNet50_dcn_asf_synthtext_pretrained
checkpoints
:
null
save_inference_dir
:
null
use_visualdl
:
false
...
...
doc/doc_ch/algorithm_det_db.md
浏览文件 @
9422629c
# DB
# DB
与DB++
-
[
1. 算法简介
](
#1
)
-
[
2. 环境配置
](
#2
)
...
...
@@ -21,12 +21,24 @@
> Liao, Minghui and Wan, Zhaoyi and Yao, Cong and Chen, Kai and Bai, Xiang
> AAAI, 2020
> [Real-Time Scene Text Detection with Differentiable Binarization and Adaptive Scale Fusion](https://arxiv.org/abs/2202.10304)
> Liao, Minghui and Zou, Zhisheng and Wan, Zhaoyi and Yao, Cong and Bai, Xiang
> TPAMI, 2022
在ICDAR2015文本检测公开数据集上,算法复现效果如下:
|模型|骨干网络|配置文件|precision|recall|Hmean|下载链接|
| --- | --- | --- | --- | --- | --- | --- |
|DB|ResNet50_vd|
[
configs/det/det_r50_vd_db.yml
](
../../configs/det/det_r50_vd_db.yml
)
|86.41%|78.72%|82.38%|
[
训练模型
](
https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_r50_vd_db_v2.0_train.tar
)
|
|DB|MobileNetV3|
[
configs/det/det_mv3_db.yml
](
../../configs/det/det_mv3_db.yml
)
|77.29%|73.08%|75.12%|
[
训练模型
](
https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_mv3_db_v2.0_train.tar
)
|
|DB++|ResNet50|
[
configs/det/det_r50_db++_ic15.yml
](
../../configs/det/det_r50_db++_ic15.yml
)
|90.89%|82.66%|86.58%|
[
合成数据预训练模型
](
https://paddleocr.bj.bcebos.com/dygraph_v2.1/en_det/ResNet50_dcn_asf_synthtext_pretrained.pdparams
)
/
[
训练模型
](
https://paddleocr.bj.bcebos.com/dygraph_v2.1/en_det/det_r50_db%2B%2B_icdar15_train.tar
)
|
在TD_TR文本检测公开数据集上,算法复现效果如下:
|模型|骨干网络|配置文件|precision|recall|Hmean|下载链接|
| --- | --- | --- | --- | --- | --- | --- |
|DB++|ResNet50|
[
configs/det/det_r50_db++_td_tr.yml
](
../../configs/det/det_r50_db++_td_tr.yml
)
|92.92%|86.48%|89.58%|
[
合成数据预训练模型
](
https://paddleocr.bj.bcebos.com/dygraph_v2.1/en_det/ResNet50_dcn_asf_synthtext_pretrained.pdparams
)
/
[
训练模型
](
https://paddleocr.bj.bcebos.com/dygraph_v2.1/en_det/det_r50_db%2B%2B_td_tr_train.tar
)
|
<a
name=
"2"
></a>
...
...
@@ -96,4 +108,12 @@ DB模型还支持以下推理部署方式:
pages
=
{11474--11481}
,
year
=
{2020}
}
```
\ No newline at end of file
@article
{
liao2022real
,
title
=
{Real-Time Scene Text Detection with Differentiable Binarization and Adaptive Scale Fusion}
,
author
=
{Liao, Minghui and Zou, Zhisheng and Wan, Zhaoyi and Yao, Cong and Bai, Xiang}
,
journal
=
{IEEE Transactions on Pattern Analysis and Machine Intelligence}
,
year
=
{2022}
,
publisher
=
{IEEE}
}
```
doc/doc_ch/dataset/ocr_datasets.md
浏览文件 @
9422629c
...
...
@@ -34,6 +34,7 @@ json.dumps编码前的图像标注信息是包含多个字典的list,字典中
| ICDAR 2015 |https://rrc.cvc.uab.es/?ch=4&com=downloads|
[
train
](
https://paddleocr.bj.bcebos.com/dataset/train_icdar2015_label.txt
)
/
[
test
](
https://paddleocr.bj.bcebos.com/dataset/test_icdar2015_label.txt
)
|
| ctw1500 |https://paddleocr.bj.bcebos.com/dataset/ctw1500.zip| 图片下载地址中已包含 |
| total text |https://paddleocr.bj.bcebos.com/dataset/total_text.tar| 图片下载地址中已包含 |
| td tr |https://paddleocr.bj.bcebos.com/dataset/TD_TR.tar| 图片下载地址中已包含 |
#### 1.2.1 ICDAR 2015
ICDAR 2015 数据集包含1000张训练图像和500张测试图像。ICDAR 2015 数据集可以从上表中链接下载,首次下载需注册。
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录