clovaai / deep-text-recognition-benchmark

Text recognition (optical character recognition) with deep learning methods, ICCV 2019
Apache License 2.0
3.75k stars 1.1k forks source link

Uppercase characters #179

Open sarathsrk opened 4 years ago

sarathsrk commented 4 years ago

The code really works great for numeral and works good for predicting lowercase alphabets.But when I add --sensitive flag to train uppercase characters, the configuration always resets back to default character list Please help I want to train numeric, lowercase alphabets, uppercase alphabets and few symbols

freedom9393 commented 4 years ago

@sarath0993, maybe this is helpful?

sarathsrk commented 4 years ago

@freedom9393 Thank you, I'll check