How to check the functionality of License Plate Reader? #316
Answered
by
tbc725
garry0garry
asked this question in
Q&A
-
How to check the functionality of License Plate Reader?
|
Beta Was this translation helpful? Give feedback.
Answered by
tbc725
Mar 19, 2025
Replies: 1 comment
-
It looks like you only have ALPR module running. You also need an Object Detection module in order to get the ALPR working. The object detection would detect the license plate (just the plate, not the text on the plate) and then it pass the plate to ALPR for recognition. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
garry0garry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like you only have ALPR module running. You also need an Object Detection module in order to get the ALPR working.
The object detection would detect the license plate (just the plate, not the text on the plate) and then it pass the plate to ALPR for recognition.