stephanecharette / DarkPlate

License plate parsing using Darknet and YOLO
MIT License
59 stars 11 forks source link

Work on any kind of license plate? #6

Open omrid594 opened 2 years ago

omrid594 commented 2 years ago

Hey there, nice job first of all.

Im wondering will it work of any kind of license plates? I mean, different from countries

stephanecharette commented 2 years ago

Yes, if you train with license plates from those different countries.

omrid594 commented 2 years ago

So, I need just images of those plates to train? Or something else as well?

stephanecharette commented 2 years ago

You need images similar to the ones you plan on using for inference. Or video similar to the videos you plan on using. Meaning similar camera, similar image/video dimensions, etc. Those need to be annotated correctly. I have a video here that shows you how to do that: https://www.youtube.com/watch?v=jz97_-PCxl4

Once that is done, you need to train the network with the annotated images.