qjadud1994 / CRNN-Keras

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

How to process inputs of different length? #49

Closed justPlay2013 closed 4 years ago

justPlay2013 commented 4 years ago

I modified the Image_Generator a little and tried on my dataset of different length input, but I got the error message 'Not enough time for target transition sequence (required: 24, available: 23)'. Can you give some suggestions about it. Thank you.

justPlay2013 commented 4 years ago

I changed the input width and the problem is solved.