Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Manishk12 opened this issue Jul 22, 2021 · 9 comments
Open

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

Manishk12 opened this issue Jul 22, 2021 · 9 comments

Comments

@Manishk12
Copy link

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
Copy link
Author

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

@Manishk12
Copy link
Author

@Breta01 please help!!

@iprnd
Copy link

iprnd commented Sep 8, 2021

Same here!

@grungert
Copy link

grungert commented Oct 1, 2021

Same!

@dhea1323
Copy link

same here, any updates? @Breta01

@kascesar
Copy link
Contributor

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

@Breta01
Copy link
Owner

Breta01 commented Dec 22, 2022

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
Copy link
Owner

Breta01 commented Dec 22, 2022

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

            word += idx2char(c)

with

            word += idx2char(c + 1)

@kascesar
Copy link
Contributor

That work!

kascesar added a commit to kascesar/handwriting-ocr that referenced this issue Dec 23, 2022
Now TF2 is suported
* OCR example got similar result as in the previous version [issue#145](Breta01#145 (comment))
* Removed old garbage code used for debug
* add tf1 compat for tf2 on tfhelpers (forgoted)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants