From c8e9ac208b487131727e3a5b3ff5c3a8c9613305 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Wed, 17 Jun 2020 13:54:26 +0800 Subject: [PATCH] fix typo --- doc/doc_ch/detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_ch/detection.md b/doc/doc_ch/detection.md index 2938ab2c..bacf854e 100644 --- a/doc/doc_ch/detection.md +++ b/doc/doc_ch/detection.md @@ -35,7 +35,7 @@ json.dumps编码前的图像标注信息是包含多个字典的list,字典中 ## 快速启动训练 -首先下载模型backbone的retrain model,PaddleOCR的检测模型目前支持两种backbone,分别是MobileNetV3、ResNet50_vd, +首先下载模型backbone的pretrain model,PaddleOCR的检测模型目前支持两种backbone,分别是MobileNetV3、ResNet50_vd, 您可以根据需求使用[PaddleClas](https://github.com/PaddlePaddle/PaddleClas/tree/master/ppcls/modeling/architectures)中的模型更换backbone。 ``` cd PaddleOCR/ -- GitLab