qjadud1994 / CRNN-Keras

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

Hey, budy, Why did you slice the y_pred[:,2:,:] in the ctc_lambda_func? #28

Open HandsomeBrotherShuaiLi opened 5 years ago

HandsomeBrotherShuaiLi commented 5 years ago

https://github.com/qjadud1994/CRNN-Keras/blob/d8e2f552cd5260d590a3a9a6c202d1079833e26e/Model.py#L16

The original paper seems not to have this slicing trick.

qjadud1994 commented 5 years ago

https://github.com/qjadud1994/CRNN-Keras/issues/22#issuecomment-465437365