clovaai / deep-text-recognition-benchmark

Text recognition (optical character recognition) with deep learning methods, ICCV 2019
Apache License 2.0
3.71k stars 1.09k forks source link

Individual confidence score using CTC #388

Open TripurAR opened 1 year ago

TripurAR commented 1 year ago

Not able to get individual confidence score while doing using CTC but able to get it using 'Attn'(test.py). How to get individual confidence score for a Text example 'Coming' using CTC. Thanks in advance.

TripurAR commented 1 year ago

@gwkrsrch Could you please help?