Closed gaceladri closed 4 years ago
Could you provide more detail on where you wish to see speed improvements? The bottleneck is usually in inference, not in image decoding. A code snippet demonstrating the problem will help to highlight the problem.
Closing due to inactivity.
Hi,
I have been using keras-ocr for a bit, but the inference pipeline is a bit slow since it is reading one image at a time. I am missing the implementation of some keras-ocr module like ImageDataGerator from Keras?
Thanks