From b47ab9bb71564d4ef2ea94456e4097f0d8ef94c0 Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Mon, 19 Jul 2021 11:19:59 +0800 Subject: [PATCH] add /path/to to gen_label doc --- 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 08b309cb..ae16ec99 100644 --- a/doc/doc_ch/detection.md +++ b/doc/doc_ch/detection.md @@ -18,7 +18,7 @@ PaddleOCR 也提供了数据格式转换脚本,可以将官网 label 转换支 ``` # 将官网下载的标签文件转换为 train_icdar2015_label.txt -python gen_label.py --mode="det" --root_path="icdar_c4_train_imgs/" \ +python gen_label.py --mode="det" --root_path="/path/to/icdar_c4_train_imgs/" \ --input_path="ch4_training_localization_transcription_gt" \ --output_label="train_icdar2015_label.txt" ``` -- GitLab