Giter Site home page Giter Site logo

trungthanhnguyen0502 / alpr_system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from longphungtuan94/alpr_system

0.0 1.0 0.0 108.38 MB

Automatic License Plate Recognition System for Vietnamese Plates

License: Apache License 2.0

Python 100.00%

alpr_system's Introduction

Vietnamese ALPR_System

An Automatic License Plate Recognition System for Vietnamese Plates

This system can detect and recognize 2 types of license plate in Vietnam, rectangle plates and square plates.

Abstract

  • This system can detect and recognize license plates from images, videos and webcams.
  • Within this project, the camera's position is fixed and only one car at a time can drive through the gate. Therefore, the system is only able to detect 1 plate per frame.

Method

  1. Plate detection
    • Sobel X for detecting vertical edges followed by a morphological transformation.
    • Finding contours which satisfy the ratio of the plate to get the possible plates
    • Checking for characters on the possible plates found to assure it is a license plate.
  2. Plate recognition
    • For character recognition, I used MobileNet_v1_0.5_128 as it was lightweight and suitable for real-time recognition.

Requirements

  • python 3.6
  • run pip install -r requirements.txt

Implementation

  • run test.py for testing on a video.
  • run test_image.py for testing on an image.

Result

  • Demo
  • Demo2

Note

  • You should play with these parameters: minPlateArea, maxPlateArea and ksize in cv2.getStructuringElement to implement successfully on your own case.

alpr_system's People

Contributors

longphungtuan94 avatar habom2310 avatar

Watchers

James Cloos 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.