Edouard Belval

Results 293 comments of Edouard Belval

There's no feature for that in the project right now, but I would be interested in adding it. Can you provide sample of the type of noise that would resemble...

So is your question how to emulate the blurring between the characters in the image? If it is I'm afraid TRDG has no feature for this at the moment. Could...

Hi, unsure what is causing this issue, does it happen with master?

Master is the name of the main branch of the repository. If you git clone the project you should be using master by default.

Thank you for taking the time to dig deeper here, I appreciate it. I'll try to reproduce it on my side.

Is there a specific version of `trdg` that is causing this issue? On Windows 10 with 1.7.0 I did not get any error.

There is a parameter to generate random orientations with GenerateFromString. As for multiple lines, see my answer to #274. See: https://github.com/Belval/TextRecognitionDataGenerator/blob/master/trdg/generators/from_strings.py#L21

Hi! This was never an error, it's my bad that I didn't answer. To use handwritten text generation, you will need Tensorflow and a few more requirements that are not...

The `-ft` does not use the `fonts/` directory automatically, you would have to give the absolute or relative path to your file. `python3 run.py -w 3 -f 64 -ft fonts/latin/calibri.ttf`

That is weird, I'll try to reproduce the issue.