sirius-ai / LPRNet_Pytorch

Pytorch Implementation For LPRNet, A High Performance And Lightweight License Plate Recognition Framework.
Apache License 2.0
920 stars 231 forks source link

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

Open tscu-vid opened 1 year ago

tscu-vid commented 1 year ago

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

KunxiSun commented 9 months ago

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.