clovaai / deep-text-recognition-benchmark

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

Cannot train model for upper case characters #407

Open yasaslive opened 1 year ago

yasaslive commented 1 year ago

Hi, I need a small help with code snippet in dataset.py which terminates the code when I specify only uppercase chars for training. The exact issue arose from dataset.py line 163 where the label is always check for lowercase chars in out_of_char variable. Is this placed in for specific reason? Thanks

image