Automatic License Plate Recognition (Nvidia TAO + Deepstream Application + Python Bindings)
Research and Programming Projects | | Links: Source
In this work, we develop an entire process for an Automatic License Plate Recognition (ALPR) system using mainly Nvidia TAO Toolkit, Nvidia Deepstream SDK, and Kafka. The video stream pipeline consists of three deep learning models, which work in a cascade style. First, tcn_net detects cars, then lpd_net detects license plates, and finally, lpr_net recognizes characters on the plates.
License Plate Recognition, Nvidia TAO, Nvidia Deepstream SDK, Stream Video Pipeline
IN PROGRESS