handwriting-ocr
handwriting-ocr copied to clipboard
not giving output same as in your github ocr.ipynb ctc model
I am using your trained model only and running ocr.ipynb only then also output of recognition using CTC_Model is not giving output as shown in your github ocr.ipynb Please help
See what type of output ctc model is giving
@Breta01 please help!!
Same here!
Same!
same here, any updates? @Breta01
Got Same isue: I think autor send us untrained CTC model ... Im going to push mi changes to work with this in tf2, hope the autor pay some time in this treath
Hi @kascesar Sorry about this repo. I have no time to work on updating it. It's quite outdated for a while. However, I am happy to review any changes you send.
Actually, I think the indexing for alphabet is somehow shifted try replacing the line:
word += idx2char(c)
with
word += idx2char(c + 1)
That work!