TextRecognitionDataGenerator
TextRecognitionDataGenerator copied to clipboard
how can change the bias parameter in hand-written model?
as stated above.
That API is not exposed, so the easiest way would be to clone the project and edit them manually.
Hope that helps.
https://github.com/Belval/TextRecognitionDataGenerator/blob/8d6717536d47bbb9bb18e184ca1098012a613920/trdg/handwritten_text_generator.py#L120 Here
I did change it but it didn't change anything. That's why I asked the question. I thought maybe there is more configuration that needs to be done.