A-CRNN-model-for-Text-Recognition-in-Keras icon indicating copy to clipboard operation
A-CRNN-model-for-Text-Recognition-in-Keras copied to clipboard

Evaluation (Acc, Precision and Recall)

Open febefebrita opened this issue 4 years ago • 2 comments

how can we get accuracy, precision and recall from this code? thanks

febefebrita avatar Jun 02 '20 10:06 febefebrita

edit distance or levenshtein distance would be a good metric for the evaluation of the recognition performance.

its-jd avatar Jun 13 '20 17:06 its-jd

Thank you for your response, and yes, now I used that method for evaluation.

On Sun, 14 Jun 2020 at 00:09, its-jd [email protected] wrote:

edit distance or levenshtein distance would be a good metric for the evaluation of the recognition performance.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TheAILearner/A-CRNN-model-for-Text-Recognition-in-Keras/issues/12#issuecomment-643650843, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALQSFQUU5HX4HR7VBV4FDDLRWOXCXANCNFSM4NQTDCRA .

febefebrita avatar Jun 21 '20 11:06 febefebrita