Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
DBNet_pytorch
Commits
c087d184
Commit
c087d184
authored
Apr 26, 2023
by
sunxx1
Browse files
修改运行脚本
parent
fe34b3a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
README.md
README.md
+4
-5
model.properties
model.properties
+2
-2
run.sh
run.sh
+1
-1
No files found.
README.md
View file @
c087d184
# DB
n
et
# DB
N
et
## 模型介绍
## 模型介绍
...
@@ -18,7 +18,7 @@ DBNet 模型网络结构主要分为 3 个模块:
...
@@ -18,7 +18,7 @@ DBNet 模型网络结构主要分为 3 个模块:
在本测试中可以使用icdar2015数据集。
在本测试中可以使用icdar2015数据集。
## DB
n
et训练
## DB
N
et训练
### 环境配置
### 环境配置
...
@@ -39,9 +39,9 @@ DBNet 模型网络结构主要分为 3 个模块:
...
@@ -39,9 +39,9 @@ DBNet 模型网络结构主要分为 3 个模块:
测试数据使用的是icdar2015数据集,使用的加速卡是DCU Z100L。
测试数据使用的是icdar2015数据集,使用的加速卡是DCU Z100L。
| 卡数 | 精度
|
| 卡数 | 精度 |
| :--: | :-----------------------------------: |
| :--: | :-----------------------------------: |
| 1
| recall: 0.767070, precision: 0.894410 |
| 1 | recall: 0.767070, precision: 0.894410 |
### 历史版本
### 历史版本
...
@@ -50,4 +50,3 @@ https://developer.hpccube.com/codes/modelzoo/dbnet
...
@@ -50,4 +50,3 @@ https://developer.hpccube.com/codes/modelzoo/dbnet
### 参考
### 参考
https://github.com/WenmuZhou/DBNet.pytorch
https://github.com/WenmuZhou/DBNet.pytorch
model.properties
View file @
c087d184
# 模型名称
# 模型名称
modelName
=
DB
n
et
modelName
=
DB
N
et
# 模型描述
# 模型描述
modelDescription
=
DB
n
et是一种使用可微分二值图来实时文字检测的深度学习模型
modelDescription
=
DB
N
et是一种使用可微分二值图来实时文字检测的深度学习模型
# 应用场景
# 应用场景
appScenario
=
文本检测
appScenario
=
文本检测
# 框架类型
# 框架类型
...
...
run.sh
View file @
c087d184
export
HIP_VISIBLE_DEVICES
=
1
export
HIP_VISIBLE_DEVICES
=
0
python3 tools/train.py
--config_file
"config/icdar2015_resnet18_FPN_DBhead_polyLR.yaml"
python3 tools/train.py
--config_file
"config/icdar2015_resnet18_FPN_DBhead_polyLR.yaml"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment