ankush-me / SynthText

Code for generating synthetic text images as described in "Synthetic Data for Text Localisation in Natural Images", Ankush Gupta, Andrea Vedaldi, Andrew Zisserman, CVPR 2016.
http://www.robots.ox.ac.uk/~vgg/data/scenetext/
Apache License 2.0
2.01k stars 621 forks source link

Ground truth file #267

Closed Lane689 closed 2 years ago

Lane689 commented 2 years ago

Hi @ankush-me ,

does the script somewhere generates a ground truth file of text position on image? Some .mat or .txt, json file or something?

Because I can-t find gt.mat file as you described in readme file: https://www.robots.ox.ac.uk/~vgg/data/scenetext/readme.txt

And the just one question: can you tell me does the script renders whole text instance or letter by letter?

92xianshen commented 2 years ago

邮件已收到,谢谢。。。I have received your email. Thank you.

ankush-me commented 2 years ago

@Lane689 --- the ground-truth file is included in the dataset zip, or can also be downloaded from academic torrents (inside SynthText.zip).

Each character is rendered individually.

Lane689 commented 2 years ago

Thank you!