see
see copied to clipboard
Prediction Score
I can get predictions, crops, grids data if I predict image. It looks like we can not get any scores. Is it possible to get predicted box score or predicted character score?
You can not get any scores for the predicted boxes, at least not with the current implementation (you'd need to add some extra classifiers and think of a way to model a confidence score without knowledge about groundtruth box locations) You can, however, get scores for the characters. Since we are using a softmax classifier at the end, you should be able to extract the maximum value and use this as a confidence score.