aster.pytorch
aster.pytorch copied to clipboard
How to get character level confidence ??
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.
I solved this by picking up the best character probability at each step in beam search.