lpdr
1.0.0
✔️低代码
✔️可扩展
✔️易于修改
✔️独立
具有光学特征识别的车牌提取器。

使用软件包管理器PIP安装LPDR。
pip install lpdr或者
推荐:克隆此存储库以直接使用LPDR。
git clone https://github.com/szachovy/lpdr.git警告!在Python 3.7.4上测试
import lpdr lpdr . LPD (). Y # returns numpy.ndarray lpdr . LPR (). output # returns string # in main directory
python lpdr/lpdr.py [-h] [-c CAPTURE] [-i IMAGE_PATH] # returns stdout/stderr在哪里:
CLI用法的示例:
python lpdr/lpdr.py -c True -i image.png
# captures the picture from a given
# optical source and saves it as image.png for lpdr program execution operations.为什么最好使用推荐的选择?
您可能需要将设置个性化的设置为更多指定的任务,作为Python软件包,您首先需要查找软件包路径。
以下是可用的选项,您可以按照您的意愿更改它们。
警告!根据TensorFlow版本,Keras可能存在一些问题。如果可以的话,将TF升级到2.0或更高。
欢迎拉动请求。对于重大更改,请先开设一个问题,以讨论您想更改的内容。
请确保适当更新测试。
车牌检测ECCV 2018纸Sergio Montazzolli Silva,Claudio Rosito Jung
ALPR不受约束的情况
开源OCR工具Tesseract的光学特征识别:案例研究Chirag Patel,Atul Patel,PhD,Dharmendra Patel
Tesseract OCR Engine Ray Smith,Google Inc.的概述。
Google的Tesseract-Or引擎的包装纸。
如果您在工作中使用LPDR,请引用我的纸!
@article{article,
author = {Maj, Wiktor},
year = {2020},
month = {09},
pages = {1-13},
title = {Matrix operations on License Plate Detector and Recognizer (LPDR)}
}
麻省理工学院