Closed sriramcu closed 4 years ago
Is it possible to get a license plate with a lower confidence value if no readings appear? Like I'm fine with an LPR reading with a score of 0.5, etc.
Yes, this is possible. You can pass config=dict(threshold_o=.5) to recognition_api.
config=dict(threshold_o=.5)
recognition_api
https://github.com/marcbelmont/deep-license-plate-recognition/blob/master/plate_recognition.py#L48
Is it possible to get a license plate with a lower confidence value if no readings appear? Like I'm fine with an LPR reading with a score of 0.5, etc.