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)}
}
麻省理工學院