Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate text on a plain background #75

Closed
MBleeker opened this issue Oct 13, 2017 · 1 comment
Closed

Generate text on a plain background #75

MBleeker opened this issue Oct 13, 2017 · 1 comment

Comments

@MBleeker
Copy link

In the paper 'Towards End-to-end Text Spotting with Convolutional Recurrent Neural Networks' (https://arxiv.org/pdf/1707.03985.pdf) the authors use this engine to generate synthetic text on pure colour backgrounds.

The problem when using a pure color background is that the depth is the same everywhere, and therefor the nregions is zero (https://github.com/ankush-me/SynthText/blob/master/synthgen.py#L619).

Any suggestion on how to generate region proposals on a plain background?

Thanks!
Maurits

@MBleeker MBleeker changed the title Generate Text on a plain Generate text on a plain background Oct 13, 2017
@ankush-me
Copy link
Owner

ankush-me commented Oct 15, 2017

You would need to hack the engine a bit:
Try relaxing the filters here. Might need other changes though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants