Update README.md
This commit is contained in:
parent
8e7aba3b5d
commit
8a5127227d
10
README.md
10
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` <br>
|
||||
For example
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue