Git Product home page Git Product logo

roseinthehand / light-lpr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lqian/light-lpr

0.0 1.0 0.0 0 B

Light-LPR是一个瞄准可以在嵌入式设备、手机端和普通的x86平台上运行的车牌识别开源项目,旨在支持各种场景的车牌识别,车牌字符识别准确率超99.95%,综合识别准确率超过99%,支持目前国内所有的车牌识别,觉得好用的一定要加星哦。200星公布黄牌识别模型,400星公布新能源车牌模型。

CMake 0.45% C++ 6.18% C 93.37%

light-lpr's Introduction

Light-LPR是一个瞄准可以在嵌入式设备、手机端和普通的x86平台上运行的车牌识别开源项目,旨在支持各种场景的车牌识别,车牌字符识别准确率超99.95%,综合识别准确率超过99%,支持目前国内所有的车牌识别,觉得好用的一定要加星哦。200星公布黄牌识别模型,400星公布新能源车牌模型。 技术上采用MTCNN检测车牌和四个角点精确定位,并进行偏斜纠正,最后进行端到端识别车牌号码,使用MNN作为推理引擎。具有结构简单,灵活部署的特点,适应各类计算平台。

支持的车牌

车牌 检测 识别
Y Y
Y Y
新能源 E Y
大型新能源 E Y
教练车牌 E Y
警牌 Y Y
军牌 E Y
双层军牌 - Y
武警车牌 E Y
双层武警牌照 - Y
双层黄牌 - Y
港澳通行牌 - E
应急车牌 - E
民航车牌 - E
普通黑牌 - E
使、领馆车牌 - E
摩托车牌 - E
低速农用车牌 - E
临牌 - E

备注: Y 支持,- 未知, E有限度支持

1080P图片识别基准性能

平台 CPU型号 内存 平均识别时间(ms)
X86 i5-8265 - 451
ARM A53 1G 1532

#安装依赖 cmake >= 3.10.0 opencv >= 3.0.0 openmp

x86平台Linux安装指令

git clone https://github.com/lqian/light-LPR
cd light-LPR && mkdir build && cd build
cmake ../
make

ARM平台Linux安装指令

git clone https://github.com/lqian/light-LPR
cd light-LPR && mkdir build && cd build
cmake ../ -DLIGHT_LPR_ARCH=arm
make

运行测试

./examples/demo ../models/ [/path/to/a/image] 本项目在Fedora 29,Ubuntu 18.04 mate for ARM平台测试通过

未来优化

目前使用车牌的检测使用了License-Plate-Detect-Recognition-via-Deep-Neural-Networks-accuracy-up-to-99.9项目的MTCNN模型,在实际场景中误检测率比较高,抗干扰能力不强,检测耗时长。后期考虑采用MSSD或者YOLOV3等 one stage 的检测算法先检测出车牌,再进行偏斜纠正的方案,提高检测模块的性能。

参考和引用

其他

  • 技术交流、数据交流和捐赠请联系作者或加QQ群,图像处理分析机器视觉 109128646[已满], light-LPR群号:813505078, 作者微信

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.