From 853a58662f91b989b14f91dcc3726b9c8d680a04 Mon Sep 17 00:00:00 2001 From: dyning Date: Thu, 18 Jun 2020 19:27:40 +0800 Subject: [PATCH] Update detection.md --- 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 bacf854e..cfff12f9 100644 --- a/doc/doc_ch/detection.md +++ b/doc/doc_ch/detection.md @@ -23,7 +23,7 @@ wget -P ./train_data/ https://paddleocr.bj.bcebos.com/dataset/test_icdar2015_la └─ test_icdar2015_label.txt icdar数据集的测试标注 ``` -提供的标注文件格式为: +提供的标注文件格式为,其中中间是"\t"分隔: ``` " 图像文件名 json.dumps编码的图像标注信息" ch4_test_images/img_61.jpg [{"transcription": "MASA", "points": [[310, 104], [416, 141], [418, 216], [312, 179]], ...}] -- GitLab