janzd / CRNN

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

What is the evaluation metric for CRNN and how to use dictionary with ctc_decode function? #12

Open nav601 opened 3 years ago

nav601 commented 3 years ago

I am trying to know the performance of the model but have no idea what is its performance metric. And also how can i use dictionary in ctc_decode function.