From 3aedb2076893e34b6a0538b72b89292f25bdf3b1 Mon Sep 17 00:00:00 2001 From: tink2123 Date: Thu, 22 Jul 2021 20:45:11 +0800 Subject: [PATCH] update multi config doc --- doc/doc_ch/recognition.md | 4 +++- doc/doc_en/recognition_en.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/doc_ch/recognition.md b/doc/doc_ch/recognition.md index 2efd80e6..386d9985 100644 --- a/doc/doc_ch/recognition.md +++ b/doc/doc_ch/recognition.md @@ -296,7 +296,7 @@ PaddleOCR目前已支持80种(除中文外)语种识别,`configs/rec/multi - 以意大利语为例,如果您的数据是按如下格式准备的: ``` |-train_data - |- it_train.txt # 训练集标签 + |- itali_train.txt # 训练集标签 |- it_val.txt # 验证集标签 |- data |- word_001.jpg @@ -330,6 +330,8 @@ PaddleOCR目前已支持80种(除中文外)语种识别,`configs/rec/multi ``` +意大利文由拉丁字母组成,因此执行完命令后会得到名为 rec_latin_lite_train.yml 的配置文件。 + 2. 手动修改配置文件 您也可以手动修改模版中的以下几个字段: diff --git a/doc/doc_en/recognition_en.md b/doc/doc_en/recognition_en.md index 556b75a5..634ec783 100644 --- a/doc/doc_en/recognition_en.md +++ b/doc/doc_en/recognition_en.md @@ -329,6 +329,7 @@ There are two ways to create the required configuration file:: ... ``` +Italian is made up of Latin letters, so after executing the command, you will get the rec_latin_lite_train.yml. 2. Manually modify the configuration file -- GitLab