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™

Binder

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 of any size. It will be resized and augmented before being put into the model. After matching the result to correct character, you can get the license plate number. The notebook shows how to create the following pipeline:

text

And the result is:

text

Notebook Contents

This notebook demonstrates license plate recognition with OpenVINO, using 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 installed all required dependencies, follow the Installation Guide.