Database for licenseplate with Haartraining?

asked 2016-08-02 19:07:52 -0600

Anyone know of a database for an implementation of Haartraining on license plates? It would need around 5000 positive images (with license plates on them) and 2500 negative pictures (without license plates). The license plate region isn't important.

edit retag flag offensive close merge delete

Comments

"The license plate region isn't important." -- hmm, you might be wrong about that.

berak gravatar imageberak ( 2016-08-02 20:42:55 -0600 )edit

Why reinvent the wheel? There are quite decent open source license plate detectors out there trained by using the OpenCV framework.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-08-03 03:50:13 -0600 )edit
1

@berak - what I meant was that the training images could be from anywhere, not necessarily one region @StevenPuttemans - mostly for educational purposes, but I didn't know of the existence of openaplr, I'll check em out for some pointers

mrquorr gravatar imagemrquorr ( 2016-08-04 17:46:55 -0600 )edit
1

atill, stick with plates from one region. mixing chinese, arabian and whatnot plates for training will only result in noise.

berak gravatar imageberak ( 2016-08-04 18:48:10 -0600 )edit

I agree with @berak, there is a reason why ALPR systems have models for specific regions. There is to much difference, hence noise, between regions, leading to a model that is not descriptive enough. It will lead to a model that detects each rectangular object with decent ratio dimensions as a license plate...

StevenPuttemans gravatar imageStevenPuttemans ( 2016-08-05 02:42:37 -0600 )edit

you might be out of luck even if you restrict it to your country . in general, - the more diversity there is, the worse the results will be.

berak gravatar imageberak ( 2016-08-05 02:52:45 -0600 )edit