apoorva-dave / LicensePlateDetector

Detects license plate of car and recognizes its characters
345 stars 113 forks source link

How to train my own data? #15

Closed xyw7 closed 4 years ago

xyw7 commented 4 years ago

Hi thanks for your work, but i try to train my own data, what details in .py need to modify? thanks

apoorva-dave commented 4 years ago

you can train your own model with the data you provide. For this you will have to modify in TrainRecognizeCharacters.py file. I have trained an SVM model with the data added in the repo. You can try other ml models as well.