xuexingyu24 / License_Plate_Detection_Pytorch

A two stage lightweight and high performance license plate recognition in MTCNN and LPRNet
Other
641 stars 171 forks source link

How to get the probability of plate recognition in LPRNET? #31

Open mhranjbar opened 3 years ago

mhranjbar commented 3 years ago

Hi, I want to filter the output of the LPRNET to just show the plates that have a recognition probability of more than 60%. How can I obtain the probability of any plate OCR recognition?

Thanks