From 9770f0be19ad6f2b818a9dfe3d8007dd7315fa2c Mon Sep 17 00:00:00 2001 From: David Morris Date: Wed, 19 Dec 2018 15:17:25 +0100 Subject: [PATCH] Update readme.md Explain what characters need to be removed from ground truth, and mention a program which can do so. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0d293da1..2e527207 100644 --- a/readme.md +++ b/readme.md @@ -58,7 +58,7 @@ python multigpu_train.py --gpu_list=0 --input_size=512 --batch_size_per_gpu=14 - If you have more than one gpu, you can pass gpu ids to gpu_list(like --gpu_list=0,1,2,3) -**Note: you should change the gt text file of icdar2015's filename to img_\*.txt instead of gt_img_\*.txt(or you can change the code in icdar.py), and some extra characters should be removed from the file. +**Note: you should change the gt text file of icdar2015's filename to img_\*.txt instead of gt_img_\*.txt(or you can change the code in icdar.py), and some extra characters should be removed from the file, specifically Byte Order Mark and carriage returns. The program `dos2unix` can do this. See the examples in training_samples/** ### Demo