-
Notifications
You must be signed in to change notification settings - Fork 147
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
Embossed text and curved text #93
Comments
hmm, I don't know how different the appearance of your samples is from the appearance of the samples we used for training, but this might bee the actual problem. |
hi Bartzi, Hope you are doing good! Sorry for late response. Exact samples i can not share because of compliance issues but i can say these samples look like tyre images. I trained pre-trained model with these images, but results are not accurate because of embossed text (text and background have same color) I tried almost all image pre-processing techniques but output is not clearly differentiating text and the background. Could you please suggest some ideas on how can i achieve good accuracy? Thank you, |
Hi, sry for my late reply, either^^ Do you have a full tyre and your job is to localize the text? Or do you have already cropped word images and now you only want to recognize the text in these cropped images? |
thank you for sharing some examples! I think I might have a solution for you. |
@Bartzi , I did cropped text region and I am using these cropped images for text extraction. But I am unable to extract text using your text_recoginition_demo.py, i have images like black-on-black text which are embossed text and curved text and font is different. Could you please suggest an idea how to achieve success on these type of images for text extraction. Thank you
The text was updated successfully, but these errors were encountered: