handwriting-ocr icon indicating copy to clipboard operation
handwriting-ocr copied to clipboard

not giving output same as in your github ocr.ipynb ctc model

Open Manishk12 opened this issue 3 years ago • 9 comments

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

Manishk12 avatar Jul 22 '21 20:07 Manishk12

Screenshot (140) See what type of output ctc model is giving

Manishk12 avatar Jul 22 '21 20:07 Manishk12

@Breta01 please help!!

Manishk12 avatar Jul 23 '21 07:07 Manishk12

Same here!

iprnd avatar Sep 08 '21 08:09 iprnd

Same!

grungert avatar Oct 01 '21 11:10 grungert

same here, any updates? @Breta01

dhea1323 avatar May 20 '22 06:05 dhea1323

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

kascesar avatar Dec 22 '22 15:12 kascesar

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.

Breta01 avatar Dec 22 '22 22:12 Breta01

Actually, I think the indexing for alphabet is somehow shifted try replacing the line:

            word += idx2char(c)

with

            word += idx2char(c + 1)

Breta01 avatar Dec 22 '22 22:12 Breta01

That work!

kascesar avatar Dec 23 '22 00:12 kascesar