Ankush Gupta
Ankush Gupta
Can you give more details? I do not understand your question as specified currently.
There's no existing code to covert the gt.mat file to gt.txt --- you would need to write it your self per your requirements. Should be a couple of lines of...
For text contrast check [here](https://github.com/ankush-me/SynthText/issues/58#issuecomment-314213351) and [here](https://github.com/ankush-me/SynthText/issues/14#issuecomment-278645501). There's support for a single semicircle [here](https://github.com/ankush-me/SynthText/blob/master/text_utils.py#L165), but not for a 'snake' shape as shown.
Poisson blending is based on the code here: http://web.media.mit.edu/~raskar/photo/code.pdf May be check there for comments to understand it better.
I am not sure what is the cause for this. But this is most likely happening inside the [render_curved](https://github.com/ankush-me/SynthText/blob/master/text_utils.py#L165) function -- can you please try to reproduce this and check...
@argman : Can you please create a pull request with the patch?
`visualize_result` visualizes the output generated `gen.py`. First new samples need to be generated through running `gen.py`, possibly modifying it to use the new `seg_uint16.h5`: in its current form, it loads...
No. Around [this line](https://github.com/ankush-me/SynthText/blob/master/gen.py#L105).
Can you please share some pictures? That'll help understand this problem better.
@IgorSondors --- thanks! If you can share a patch for this, that would be great!