Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More details #1

Open
folkien opened this issue Jun 4, 2021 · 2 comments
Open

More details #1

folkien opened this issue Jun 4, 2021 · 2 comments

Comments

@folkien
Copy link

folkien commented Jun 4, 2021

Could you explain better the idea behind this projected? As far I am concerned, it looks like you :

  1. Trained YOLO to recognize (Letters/Numbers + License Plate)
  2. Parse video, detect each frame
  3. Filter only detections inside 'License Plate detection bbox'
  4. Read detections labels from left to right
@stephanecharette
Copy link
Owner

stephanecharette commented Jun 4, 2021

Correct. The process I was showing with this project is to use the same YOLO network twice. Once to find the plate, then again to read the characters. No need to have 2 networks, or use tesseract to "read" the plates.

@stephanecharette
Copy link
Owner

This was part of a long discussion that took place on the Darknet/YOLO discord, come join if you want more details: https://discord.gg/zSq8rtW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants