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

Unable to recognise characters or digit from image. #143

Open
MiteshiOS opened this issue Jul 17, 2018 · 2 comments
Open

Unable to recognise characters or digit from image. #143

MiteshiOS opened this issue Jul 17, 2018 · 2 comments

Comments

@MiteshiOS
Copy link

I have an one drawing view where user can draw any digit, character or anything else. I am using this framework for identifying digit or character but unable to do.

simulator screen shot - iphone 6 - 2018-07-17 at 17 01 24

Every time i am getting recognizedString empty. Any idea why it is not working for this ?

@petertao95
Copy link

I don't think this framework is powerful enough to do that. Even this image:

screen shot 2018-07-26 at 9 40 20 pm

results in "0UUL8COD3"

@mark-bragg
Copy link

you need to collect every character image from every user and train the model with that handwriting. allow the user to correct the model. this way you can collect the correct answer in order to retrain the model. over time, the model will be able to decipher the characters.

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

3 participants