License Plate Detection and Recognition in Unconstrained Scenarios
Paper Information
Abstract
Links and BibTex
- Springer | PDF | GitHub
- DOI: 10.1007/978-3-030-01258-8_36
- BibTex:
@INPROCEEDINGS{silva2018a,
author={S. M. Silva and C. R. Jung},
booktitle={2018 European Conference on Computer Vision (ECCV)},
title={License Plate Detection and Recognition in Unconstrained Scenarios},
year={2018},
pages={580-596},
keywords={Automobiles;Cameras;Character recognition;Databases;Licenses;Training},
doi={10.1007/978-3-030-01258-8_36},
month={Sep},}
Downloads
Training and evaluation datasets
The data available for download in this webpage consists only of annotations. The images where those annotations come from are part of freely available datasets not owned by us. So please refer to the following links for instructions on how to obtain each dataset.
Training annotations: download the zip file and take a look at the README.txt for more instructions about how the data is organized.
Test dataset (CD-HARD): CSV containg an image filename (1st column) and the license plates on it (2nd column and so on) for each row. The images used are solely from Cars dataset.
Trained Networks
We used two distinct frameworks: Keras and Darknet. The first was used to implement, train and test the WPOD-NET, and the second was used to re-train and test the OCR-NET. Their respective weights and description files are available below:
- WPOD-NET (Keras): weights | descriptor
- OCR-NET (Darknet): weights | descriptor
OBS.: If you are using a Linux system, this script from our repository might help you to download all the networks data used.
Implementation
We created a GitHub repository containing the necessary code to reproduce our results. Checkout, compile and test using the following commands:
git clone https://github.com/sergiomsilva/alpr-unconstrained
cd alpr-unconstrained/
cd darknet/ && make && cd ..
bash get-networks.sh && bash run.sh -i samples/test -o /tmp/output -c /tmp/output/results.csv
More details can be found in the repository description.
Contact
If you need more information, please feel free to contact me through the following e-mail:
Best regards!