Bartzi / see

Code for the AAAI 2018 publication "SEE: Towards Semi-Supervised End-to-End Scene Text Recognition"
GNU General Public License v3.0
575 stars 147 forks source link

Question about recognizing digits #95

Closed anavc94 closed 4 years ago

anavc94 commented 4 years ago

Hello,

first of all, I am sorry for opeaning an issue as actually I just want to ask your opinion. Your library has helped me a lot, it is the one that gives me decent results (over tesseract, etc.).

I am testing how the "Text Recognition" part works when trying to get the words from images of the following type:

codigo_362

Specially, I want to get the digits. If I crop single digits and pass over the demo script, transcriptions are pretty good. I set the timesteps as 1 and the num_labels as 1 as well. However, I would prefer to pass the entire image, which is always going to contain 1 text area with 11 digits in vertical, from 0 to 9. Changing the num_labels to 11 doesn't work. I would like to ask you for some recommendations. Maybe I should fine tuning your model?

Thanks in advance

Bartzi commented 4 years ago

Thanks for your question, glad to hear that our code helps you!

For your kind of images I can give the following advice:

I hope this helps!

anavc94 commented 4 years ago

Hi @Bartzi ,

thank you so much for your advices, I really appreciate them and your kindness. I am gonna try what you said and maybe I'll update with news :)

I close this issue and again, sorry for posting here. Regards!