faustomorales / keras-ocr

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
https://keras-ocr.readthedocs.io/
MIT License
1.38k stars 355 forks source link

make shuffling in data generators optional #137

Closed lambdaofgod closed 3 years ago

lambdaofgod commented 3 years ago

I have noticed that your data generators use shuffling every time, which is problematic if one wants to have reproducible results.

I've added a parameter that can be used to distable shuffling.

faustomorales commented 3 years ago

This is available on PyPi on v0.8.6. Thanks so much!