Main Content

License Plate Recognition with Vitis-AI

Vitis-AI provides a zoo of pre-built models. This project describes how to leverage these models to implement license plate recognition.

Introduction
The Xilinx Model Zoo contains many pre-built convolutional neural network models.

This project makes use of several of these models, in order to implement a multi-inference application for license plate recognition.

vehicle detection : ssd_traffic
license plate detection : platedetect
license number recognition : platenum”

Link to article