Dlib: plate detection

Created on 12 Feb 2018  路  10Comments  路  Source: davisking/dlib

Hi,

Is it a good idea to use dlib for vehicle plate detection and recognition like openalpr ? Is there anybody has experience ? What could be the best starting point if advised?

Best

inactive

Most helpful comment

We'd love to have a Conditionnal GAN in a future release of dlib :)

All 10 comments

I think so, but I would make a Generative Adversial Network for that, and then extract the detector.

Is there a paper that describes that kind of technique?

This is what I found :
Adversarial Generation of Training Examples: Applications to Moving Vehicle License Plate Recognition

https://arxiv.org/pdf/1707.03124.pdf

I think this isn't a great idea. You would be better off training a normal
detector to find license plates, or using a non-ML based text detector like
maximally stable extremal regions or the stroke width transform.

I would generate fake examples by means of the GAN, and insert true / false examples from another labelized set when training the discriminator. This semi supervised method would give you more examples. But making a GAN is a bit tricky.

We'd love to have a Conditionnal GAN in a future release of dlib :)

I will test with normal detector and let you know the results.

The visual genome dataset contains few hundred images with bounding box for license plates.

Warning: this issue has been inactive for 191 days and will be automatically closed on 2018-09-07 if there is no further activity.

If you are waiting for a response but haven't received one it's likely your question is somehow inappropriate. E.g. you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's documentation, or a Google search.

Notice: this issue has been closed because it has been inactive for 195 days. You may reopen this issue if it has been closed in error.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

abhisheksoni27 picture abhisheksoni27  路  4Comments

AivanF picture AivanF  路  4Comments

alison-carrera-pegasus picture alison-carrera-pegasus  路  3Comments

joeking11829 picture joeking11829  路  5Comments

mohsin512 picture mohsin512  路  5Comments