SynthText
SynthText copied to clipboard
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.
I just ran the sample code and get the following result. Must be affected by packages version. Has anyone ran into this issue before? ![Uploading Figure_1.png…]()
Hi all and @ankush-me , while generating images I can save images with rendered text in folder but how can I save text masks in some other folder in .png,...
Hi @ankush-me, can I change something so the script generate just one word without paragraphs or lines?
Hi @ankush-me, is there available text database which you are using for your generated images? How many words are in your database?
I tried to make gt.mat file for my custom data. but it doesn't work . how can I make it? def main(db_fname): db = h5py.File(db_fname, 'r') dsets = sorted(db['data'].keys()) print...
@ankush-me Thank you!
Hi @ankush-me , when I load other photos from Synthtext dataset, on some images color of text is similar to background (see on top of the image). What I need...
Hello @ankush-me, In `poisson_reconstruct.py` is the: IM_TOP -> text instance IM_BACK -> background image There says: ``` combine images using poission editing. IM_TOP and IM_BACK should be of the same...
In a few cases, it almost appears the bottom left and the top right boxes are flipped causing the bounding box to almost appear as two triangles that are touching...
 some chars is not rightly placed(maybe the reason of font), but i cannot find how to filter this in pygame