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

Can I get Korean Text from Image? Using keras-ocr #233

Open
onlyfocusman opened this issue Apr 27, 2023 · 1 comment
Open

Can I get Korean Text from Image? Using keras-ocr #233

onlyfocusman opened this issue Apr 27, 2023 · 1 comment

Comments

@onlyfocusman
Copy link

onlyfocusman commented Apr 27, 2023

I tried english and korean but Actual and Predicted value is not matched ... Is it possible Match actual value and predicted values ? with Need train Korean? if so, How can I do traing? I wish Korean prediction value :)
I attached image thank you in advance.^^
111

@seansteel3
Copy link

seansteel3 commented Jul 24, 2023

You're going to need to do some retraining with your own dataset @onlyfocusman . This guide shows how to retrain the model "from end to end:" https://keras-ocr.readthedocs.io/en/latest/examples/end_to_end_training.html

The guide assumes you have a dataset procured and prepped for training already (or that you're using the provided one). So if you don't have the data ready, then that's obviously the first step.

I've had pretty amazing success just following that guide, but that was with ASCII character sets. Hopefully someone who has worked with non-ASCII characters can provide some insight or tips/tricks/pitfalls when retraining with other characters.

Good luck!

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

2 participants