LPRNet_Pytorch icon indicating copy to clipboard operation
LPRNet_Pytorch copied to clipboard

Is it possible to compute the accuracy output from the LPRNet model?

Open tscu-vid opened this issue 1 year ago • 1 comments

Is there any reference to someone's knowledge which explains how to compute the accuracy of the LPRNet model output? I'm not interested into computing WER or CER, but an overall accuracy value for the LPRNet output

tscu-vid avatar Aug 11 '23 08:08 tscu-vid

In my opinion, we can just compute the accuracy based on the correct letters. We can get info about the correct letters in test_LPRNet.py file.

KunxiSun avatar Jan 12 '24 17:01 KunxiSun