Code Monkey home page Code Monkey logo

real-time-auto-license-plate-recognition-with-jetson-nano's Introduction

Real-time Auto License Plate Recognition with Jetson Nano

Visit my project on Nvidia Page: Jetson Community Projects

This repository provides you with a detailed guide on how to build a real-time license plate detection and recognition system. The source code of the repository implemented on Jetson Nano reached 40 FPS.

The license plate data set for this repository was collected in Vietnam. You can train your model to detect and recognize number plates by following the instructions below.

Table of Contents

Pipeline

This project is developed based on the pipeline described below. From a set of data collected in practice to the problem you want to solve. For details in this project, we will use the dataset of Vietnamese license plates.

First, you need to prepare a labeled dataset. Then train the object detection model with the GPU on Google Colab or your computer. Depending on the Deeplearning Framework you use, it will output the model file in different formats. With ONNX you can convert most of the above formats to a single .onnx format. Then with TensorRT installed on the Jetpack Jetson Nano, you can run the object detection algorithms with high accuracy and FPS.

Setting up your Jetson

To get started with this project you need to install your jetson nano with the libraries and source code as follows:

Vienamese Plate Dataset

The project shares two sets of data for the license plate identification problem in Vietnam:

License PLate Detection

License PLate Detection results with 40 FPS on Jetson Nano:

License Plate Detection tutorial:

License Plate Recognition

License Plate Recognition results with 40 FPS on Jetson Nano:

License Plate Recognition tutorial:

Trained Models

1. License PLate Detection:

Network FPS num_class Model
SSD-Mobilenet-v1 40 1 link
YoloV4 None 1 link
YoloV4-tiny None 1 link
Wpod 10 1 link

2. License Plate Recognition:

Network FPS num_class Model
SSD-Mobilenet-v1 40 36 link
SVM None 36 link

Reference

[1] https://github.com/dusty-nv/jetson-inference
[2] Liu, Wei, et al. "Ssd: Single shot multibox detector." European conference on computer vision. Springer, Cham, 2016.
[3] Howard, Andrew G., et al. "Mobilenets: Efficient convolutional neural networks for mobile vision applications." arXiv preprint arXiv:1704.04861 (2017).
[4] Bochkovskiy, Alexey, Chien-Yao Wang, and Hong-Yuan Mark Liao. "YOLOv4: Optimal Speed and Accuracy of Object Detection." arXiv preprint arXiv:2004.10934 (2020).

real-time-auto-license-plate-recognition-with-jetson-nano's People

Contributors

winter2897 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.