hero-call / iranian-license-plate-recognition

This is ALPR web application for Iranian plate using: OpenCV, Yolo v8, Streamlit
2 stars 1 forks source link

How to fix issue was with the letters 'ن' (n) and 'ق' (q) #1

Open saeidmh83 opened 2 weeks ago

saeidmh83 commented 2 weeks ago

Hello Dear Samrand Thank you for sharing this source code. I ran some tests on it with images available on Google, and it worked very well. The only issue was with the letters 'ن' (n) and 'ق' (q); the system would mistake them and recognize everything as 'ق' (q). What method should I follow to learn more and improve the algorithm for recognizing and correcting the identified characters? Again, thank you for sharing your knowledge.

hero-call commented 1 week ago

Hello, This issue is because this is a demo version of the license plate recognition. To improve it, I can suggest that you use Persian letter datasets available on the internet and retrain the letter recognition model.