crnn.pytorch
crnn.pytorch copied to clipboard
Can the model provide a confidence for the output result?
Can the model provide a confidence for the output result?
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
Hi @vinayakkailas,
Do you have sample code of getting the confidence score ?
Thanks
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?
Compute confidence score for CTC-decoded text using TensorFlow https://gist.github.com/githubharald/8b6f3d489fc014b0faccbae8542060dc