qjadud1994 / CRNN-Keras

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

Possible to get input image-slice corresponding to time-steps? #41

Open pranavkantgaur opened 4 years ago

pranavkantgaur commented 4 years ago

Hi,

I would like to know if we can dump input image slices corresponding to each time-step prediction? Say I use 32 time-steps. During inference, is it possible to get image-slices (of test-image) on which prediction was performed for each time-step?