Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
94c5eb80
P
PaddleOCR
项目概览
PaddlePaddle
/
PaddleOCR
大约 1 年 前同步成功
通知
1528
Star
32962
Fork
6643
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
108
列表
看板
标记
里程碑
合并请求
7
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
108
Issue
108
列表
看板
标记
里程碑
合并请求
7
合并请求
7
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
94c5eb80
编写于
6月 17, 2021
作者:
W
WenmuZhou
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix doc
上级
e92febb9
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
4 addition
and
11 deletion
+4
-11
test/layout/train_layoutparser_model.md
test/layout/train_layoutparser_model.md
+4
-11
未找到文件。
test/layout/train_layoutparser_model.md
浏览文件 @
94c5eb80
...
...
@@ -125,8 +125,7 @@ python -m paddle.distributed.launch --gpus 0,1,2,3 tools/train.py -c configs/ppy
```
bash
export
CUDA_VISIBLE_DEVICES
=
0,1,2,3
python
-m
paddle.distributed.launch
--gpus
0,1,2,3 tools/train.py
-c
configs/ppyolo/ppyolov2_r50vd_dcn_365e_coco.yml
--eval
\
-r
output/ppyolov2_r50vd_dcn_365e_coco/10000
python
-m
paddle.distributed.launch
--gpus
0,1,2,3 tools/train.py
-c
configs/ppyolo/ppyolov2_r50vd_dcn_365e_coco.yml
--eval
-r
output/ppyolov2_r50vd_dcn_365e_coco/10000
```
注意:如果遇到 "
`Out of memory error`
" 问题, 尝试在
`ppyolov2_reader.yml`
文件中调小
`batch_size`
...
...
@@ -139,12 +138,7 @@ python -m paddle.distributed.launch --gpus 0,1,2,3 tools/train.py -c configs/ppy
```
bash
export
CUDA_VISIBLE_DEVICES
=
0
python tools/infer.py
-c
configs/ppyolo/ppyolov2_r50vd_dcn_365e_coco.yml
\
--infer_img
=
images/paper-image.jpg
\
--output_dir
=
infer_output/
\
--draw_threshold
=
0.5
\
-o
weights
=
output/ppyolov2_r50vd_dcn_365e_coco/model_final
\
--use_vdl
=
Ture
python tools/infer.py
-c
configs/ppyolo/ppyolov2_r50vd_dcn_365e_coco.yml
--infer_img
=
images/paper-image.jpg
--output_dir
=
infer_output/
--draw_threshold
=
0.5
-o
weights
=
output/ppyolov2_r50vd_dcn_365e_coco/model_final
--use_vdl
=
Ture
```
`--draw_threshold`
是个可选参数. 根据
[
NMS
](
https://ieeexplore.ieee.org/document/1699659
)
的计算,不同阈值会产生不同的结果
`keep_top_k`
表示设置输出目标的最大数量,默认值为100,用户可以根据自己的实际情况进行设定。
...
...
@@ -166,8 +160,7 @@ python tools/infer.py -c configs/ppyolo/ppyolov2_r50vd_dcn_365e_coco.yml \
执行导出模型脚本:
```
bash
python tools/export_model.py
-c
configs/ppyolo/ppyolov2_r50vd_dcn_365e_coco.yml
--output_dir
=
./inference
\
-o
weights
=
output/ppyolov2_r50vd_dcn_365e_coco/model_final.pdparams
python tools/export_model.py
-c
configs/ppyolo/ppyolov2_r50vd_dcn_365e_coco.yml
--output_dir
=
./inference
-o
weights
=
output/ppyolov2_r50vd_dcn_365e_coco/model_final.pdparams
```
预测模型会导出到
`inference/ppyolov2_r50vd_dcn_365e_coco`
目录下,分别为
`infer_cfg.yml`
(预测不需要),
`inference.pdiparams`
,
`inference.pdiparams.info`
,
`inference.pdmodel`
。
...
...
@@ -176,7 +169,7 @@ python tools/export_model.py -c configs/ppyolo/ppyolov2_r50vd_dcn_365e_coco.yml
<a
name=
"layout parser预测"
></a>
### 6.2 layout
parser预测
### 6.2 layout
_
parser预测
`model_path`
指定训练好的模型路径,使用layout parser进行预测:
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录