From 8a5127227de2cf21caad776723411991a41b5a0e Mon Sep 17 00:00:00 2001 From: Baek JeongHun Date: Fri, 5 Jun 2020 19:31:34 +0900 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2d50f4d..fcb1187 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,16 @@ image_release.zip contains failure case images and benchmark evaluation images w pip3 install fire python3 create_lmdb_dataset.py --inputPath data/ --gtFile data/gt.txt --outputPath result/ ``` +The structure of data folder as below. +``` +data +├── gt.txt +└── test + ├── word_1.png + ├── word_2.png + ├── word_3.png + └── ... +``` At this time, `gt.txt` should be `{imagepath}\t{label}\n`
For example ```