crnn-pytorch icon indicating copy to clipboard operation
crnn-pytorch copied to clipboard

Does it only do lowercase predictions?

Open akashlp27 opened this issue 1 year ago • 1 comments

Hey, thanks for the work, is there any parameter that I can change in order to get the predictions for capital letters....?, is it case sensitive or only lowercase ?

akashlp27 avatar Jul 19 '22 07:07 akashlp27

It's only lowercase currently.
(https://github.com/GitYCC/crnn-pytorch/blob/master/src/dataset.py#L14)

You can change dataset to train your case sensitive model. (https://github.com/GitYCC/crnn-pytorch/blob/master/src/dataset.py#L13)

GitYCC avatar Jul 20 '22 05:07 GitYCC