hritik7080 / Car-License-Plate-Recognition

This is an implementation of a research paper - creating an Automatic Car License Plate Recognizer with some Computer Vision Techniques.
https://www.geeksforgeeks.org/detect-and-recognize-car-license-plate-from-a-video-in-real-time/
95 stars 67 forks source link

Add New Characters #2

Closed absurdprofit closed 3 years ago

absurdprofit commented 3 years ago

How would I go about adding new letters to the AI?

hritik7080 commented 3 years ago

How would I go about adding new letters to the AI?

You can train another digit recognition model with tensorflow and replace the .pb and label files with yours.🙂

absurdprofit commented 3 years ago

How would I go about adding new letters to the AI?

You can train another digit recognition model with tensorflow and replace the .pb and label files with yours.🙂

Ok thanks