janzd / CRNN

Convolutional recurrent neural network for scene text recognition or OCR in Keras
MIT License
122 stars 33 forks source link

Confidence scores possible? #11

Closed atagulmert closed 3 years ago

atagulmert commented 3 years ago

Hi, Is it possible to get some kind of confidence scores for predictions? How would that work with ctc?

atagulmert commented 3 years ago

I've solved these problem with taking probability of each chosen non blank letter, averaging them and consider that value as confidence of the predicted word.