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

How to get character level confidence ??

Open KnitVikas opened this issue 3 years ago • 2 comments

KnitVikas avatar Nov 01 '21 17:11 KnitVikas

At present, I don't implement this function with beam search. However, if you don't use the beam search while inference, the character-level recognition score can be obtained via here.

ayumiymk avatar Dec 13 '21 03:12 ayumiymk

I solved this by picking up the best character probability at each step in beam search.

KnitVikas avatar Jan 17 '22 18:01 KnitVikas