Andre-Seiji / Automated-Brazilian-license-plate-reader

YOLO V8 and EasyOCR used for reading Brazilian license plates

Repository from Github https://github.comAndre-Seiji/Automated-Brazilian-license-plate-readerRepository from Github https://github.comAndre-Seiji/Automated-Brazilian-license-plate-reader

Automated-Brazilian-license-plate-reader

Generatedexample1-ezgif (1)

A license plate reader made for Brazilian license plates (working with both old and Mercosul style).

The system uses YOLO V8 for detecting the license plates and EasyOCR for reading the Alphanumeric characters.

In order to reduce computational cost, the code does not search for plates in all frames: there is a cooldown period. Also, the ROI (Region of Interest) is reduced and the GPU is not being used.

Generatedexample1-ezgif (2)

The code has two functions:

  • Display: the reading happens in real time as the video is played;
  • Generate_video: a file with the license plate values is created.

About

YOLO V8 and EasyOCR used for reading Brazilian license plates

License:MIT License


Languages

Language:Python 100.0%