"docs/source/en/vscode:/vscode.git/clone" did not exist on "a812fb6f5c2f147a6d98c994effdaa5c2087e53b"
Commit c8e9ac20 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix typo

parent 92b60117
...@@ -35,7 +35,7 @@ json.dumps编码前的图像标注信息是包含多个字典的list,字典中 ...@@ -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。 您可以根据需求使用[PaddleClas](https://github.com/PaddlePaddle/PaddleClas/tree/master/ppcls/modeling/architectures)中的模型更换backbone。
``` ```
cd PaddleOCR/ cd PaddleOCR/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment