Replies: 1 comment 5 replies
-
I am currently working with @algertc on saving OCR training data so we can fine tune the OCR model. I already made changes to my ALPR module and @algertc is working on the changes to the ALPR-Dashboard. Also I have over 5,000 image of all 50 states license plate that I will be using to fine tune the OCR model. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ALPR aren't always accurate, in fact, I think we all struggle with improving this. I think one way we can improve this is to export the images and labels to train a more localized model for OCR, and to do that, we have to know if the plates in the DB are correct or not. One way that can we done is to flag plates that have been edited. We can also use this flag as stats to help tune cameras for LPR--number of plates read vs number of plates edited w/o a time frame would be a reasonable metric for that.
Beta Was this translation helpful? Give feedback.
All reactions