-
Notifications
You must be signed in to change notification settings - Fork 584
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
The current model does not support capital Q and Z #44
Comments
I checked the trainings data, and there is no capital Z and Q. Is there a Specific solution for that problem? |
Yeah I faced that issue too. |
The online demo has been ported to rust, and a demo is available here. |
Sorry for necro-posting but I've been playing around with this and came up against the same issue. @ohmycaptainnemo: When you say training data, do you mean the data this project extracts from the IAM On-Line Handwriting Database or that the database itself lacks training for those characters? @chavenor: I know you mentioned getting a Beam2 and trying to create your own dataset. Wondering how that went. |
It has been a while and I do not exactly recall how I specifically came to the conclusion that the training data was lacking. Perhaps there was a particular error message or notification that let me to that conclusion. I am not sure (and prefer not to speculate) what the source of the issue is, but I think my observation was as per what I mentioned previously. |
Thanks @ohmycaptainnemo; upon re-read I see I missed two things: B) That it was @JBisc who mentioned the training data. I downloaded the IAM database and yea, it seems to be missing these, characters. Which sorts of makes sense, they were writing real-world examples instead of pangrams and there's not a lot of sentences that are going to start with Q, X, and Z. I did find the model binary file from the online demo (b.bin) but I'm not exactly sure how I would use that in this project. Not that it matters really, as even if I could it wouldn't lead to output that's legible. Someone would need to extend the IAM database to make these work. |
Hi,
When I give words with capital Z and Q in them, I get a complaint that the model does not have those letters as its trained letters. However, I noticed that your web demo has not issue with those letter.
Could you please share your model that includes those characters?
The text was updated successfully, but these errors were encountered: