Replies: 2 comments
-
Based on #959, #538, and looking over Does anyone know if the recognizer has the ability to predict an empty string? (would that just be a bunch of |
Beta Was this translation helpful? Give feedback.
-
Based on experimentation, the answer appears to be "yes." Between the detector and the recognizer in
Black tends to predict empty strings or the number "3" with a very low confidence for some reason 🤷 . Unfortunately, for my purposes, I'm not sure how useful that is in terms of a traditional object detector confidence score |
Beta Was this translation helpful? Give feedback.
-
Hi all,
When readtext() reports "confidence", what is the "confidence" it is reporting?
I am doing single character detection and recognition, and am trying to measure performance in terms of mAP. In order to do so, I'd like both the bbox detection confidence and the recognition confidence (i.e.$p(bbox)$ and $p(character|bbox)$ ).
How could I get these?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions