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

Can the model provide a confidence for the output result?

Open courao opened this issue 6 years ago • 4 comments

Can the model provide a confidence for the output result?

courao avatar Jul 17 '18 08:07 courao

One way i achieved a score is by, passing the predicted label back to the ctc loss function and taking the anti-log of the negative of the resulting loss

vinayakarannil avatar Jul 20 '18 13:07 vinayakarannil

Hi @vinayakkailas,

Do you have sample code of getting the confidence score ?

Thanks

choochtech avatar Sep 02 '18 06:09 choochtech

One way I achieved a score is by, passing the predicted label back to the CTC loss function and taking the anti-log of the negative of the resulting loss

I hope you would need the ground truth label to find the score using CTC loss. Right?

sangeeth93 avatar Jan 24 '19 06:01 sangeeth93

Compute confidence score for CTC-decoded text using TensorFlow https://gist.github.com/githubharald/8b6f3d489fc014b0faccbae8542060dc

sir-timio avatar Jul 11 '22 12:07 sir-timio