qjadud1994 / CRNN-Keras

CRNN (CNN+RNN) for OCR using Keras / License Plate Recognition
MIT License
521 stars 191 forks source link

ImageDataGenerator #16

Closed soldierofhell closed 4 years ago

soldierofhell commented 5 years ago

Has anyone succeed in modyfing standard keras_preprocessing.image.ImageDataGenerator class for this purpose? The TextImageGenerator() is fine to start, but if you want to utilize preprocessing functions it would be beneficial to use ImageDataGenerator?

tuanphan09 commented 5 years ago

I implemented CRNN for captcha-recognition. That project's kind of like this one, I also used DataGenerator for fit_generator, so I think my repo would help https://github.com/tuanphan09/captcha-recognition