Skip to content

Commit

Permalink
检测文档完善预训练模型步骤
Browse files Browse the repository at this point in the history
  • Loading branch information
WenmuZhou committed Jun 29, 2020
1 parent 38433b2 commit 7ad1b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/检测.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PytorchOCR的检测模块只支持`JsonDataset` 形式的数据格式

### 启动训练
PytorchOCR提供了训练脚本和预测脚本,本节将以 DB 检测模型为例,按照如下步骤启动训练:
1. 下载预训练模型(待提供)
1. 从百度网盘`pytorchocr/det/weights`下载预训练模型并放于`PytorchOCR/weights`目录下,目前预训练模型只支持`MobileNetV3_large_x0_5`和`resnet50`
2. 拷贝`config/det_train_db_config.py` 为自己的配置文件
3. 修改配置文件
* 必须修改的字段说明
Expand Down

0 comments on commit 7ad1b13

Please sign in to comment.