Giter Site home page Giter Site logo

license-plate-recognition's Introduction

License-Plate-Recognition

Phương pháp mình giới thiệu lần này bao gồm 4 bước:

  • Xác định vùng chứa biển số xe sử dụng Yolo Tiny v3
  • Sử dụng thuật toán segment để tách từng kí tự trên biển số xe
  • Xây dựng một model CNN để phân loại các kí tự(characters classification)
  • Định dạng lại biển số xe xác định biển số xe gồm một hay hai dòng.

Install environments

pip install -r requirements.txt

Quick start

Các bạn có thể clone repo này về và chạy ngay bằng câu lệnh dưới đây. Trước đó b thay thế link_to_image bằng đường dẫn tới ảnh muốn đọc

python main.py --image_path=link_to_image 

Kết quả

Project nhận diện biển số xe này của mình có thể hoạt động trên cả biển một dòng hoặc hai dòng. Thậm chí đôi khi biển số xe bị che khuất một chút vẫn đọc được. 😎

Ảnh 4: Kết quả

Tuy nhiên, nó vẫn có một số nhược điểm::worried:

  • Khi ảnh đầu vào bị đặt một góc quá nghiên thì một vài kí tự sẽ bị nhầm dòng. Có một cách giải quyết là dùng một mạng transformer xoay ảnh nghiêng về ảnh thẳng.
  • Đôi khi bị nhận dạng nhầm giữa 8 và B, 0 và D
  • Hoạt động kém khi bức ảnh quá mờ

license-plate-recognition's People

Contributors

buiquangmanhhp1999 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.