1 Star 0 Fork 0

聂春飞 / ANPR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Automatic License Plate Detection & Recognition using deep learning

Licence Documentation Dataset Dataset cfg Stars

In this repos we study number plate detection and recognition using different deep learning models and computer vision approches.

Licence plate detection using Yolo :

In order to detect licence we will use Yolo ( You Only Look Once ) deep learning object detection architecture based on convolution neural networks. This architecture was introduced by Joseph Redmon , Ali Farhadi, Ross Girshick and Santosh Divvala first version in 2015 and later version 2 and 3.

Yolo v1 : Paper link.

Yolo v2 : Paper link.

Yolo v3 : Paper link.

Yolo is a single network trained end to end to perform a regression task predicting both object bounding box and object class. This network is extremely fast, it processes images in real-time at 45 frames per second. A smaller version of the network, tiny YOLO, processes an astounding 155 frames per second.

You will find more information about how to train Yolo on your customized dataset in this Link.

There is also other Deep learning object detector that you can use such as Single Shot Detector (SSD) and Faster RCNN.

How to use :

We used python v3.5.5 install requirement

pip install -r requirement.txt

Download Yolo weights from this Link.

Detect LP from an image

python detector.py --image test.jpg

To detect LP from a video

python detector.py --video test.mp4

Examples :

Detection from image : Licence_plate_detection_from_image

Licence plate recognition :

We are stadying Tunisian plates and USA plates for the recognition, check the sub folders in plates recognition folder!

MIT License Copyright (c) 2019 Achraf Khazri Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/chun_fei_nie/ANPR.git
git@gitee.com:chun_fei_nie/ANPR.git
chun_fei_nie
ANPR
ANPR
master

搜索帮助