Skip to content

Latest commit

 

History

History
 
 

216-license-plate-recognition

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

License Plate Recognition with OpenVINO

License plate recognition model helps you get the chinese license plate number precisely in no time. The input of the color license plate image can be any size. It will be resized and augmented before put into the model. After matching the result to correct character, we can get the license plate number. In the notebook we show how to create the following pipeline:

text

And the result is:

text

Notebook Contents

This notebook demonstrates license plate recognition with OpenVINO. We use the License Plate Recognition Model from Open Model Zoo. This model uses a small-footprint network trained end-to-end to recognize Chinese license plates in traffic.

Here is the Jupyter notebook

Installation Instructions

If you have not done so already, please follow the Installation Guide to install all required dependencies.