apoorva-dave / LicensePlateDetector

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

Not getting predicted characters same as segmented characters #12

Closed Shubham191297 closed 4 years ago

Shubham191297 commented 5 years ago

When I run predict characters file it does not predict correct characters. And i dont know how the model works so how to resolve that

apoorva-dave commented 4 years ago

The model might not necessarily predict correct characters all the time for each image. TrainRecognizeCharacters.py is the file where I am training an SVC model to predict characters. The code here is pretty simple. You can try improving the accuracy by creating any other model of your choice. You can refer to Scikit Learn documentation to know how you can train your own model.