Update README.md

This commit is contained in:
Baek JeongHun 2020-06-05 19:31:34 +09:00 committed by GitHub
parent 8e7aba3b5d
commit 8a5127227d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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` <br>
For example
```