weinman / cnn_lstm_ctc_ocr

Tensorflow-based CNN+LSTM trained with CTC-loss for OCR
GNU General Public License v3.0
498 stars 170 forks source link

Can't recognise same consecutive characters #48

Closed pskiran1 closed 5 years ago

pskiran1 commented 5 years ago

Hi, This paper is very useful. But I am facing an issue of unable to recognise consecutive characters like "password" is recognised as "pasword". Can you help with this how to get rid of it ?

weinman commented 5 years ago

See/move to #9. Your training is probably insufficient.