Skip to content

xtl-131/LicensePlate-Detection-and-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolo-Licenseplate-detection-and-recognition

Yolo系列的车牌检测与PaddleOCR的车牌识别系统 可检测和识别:蓝色车牌、绿色车牌、黄色车牌

环境配置(CPU版本,可自选,GPU可自行更改):

conda create -n YoloPaddle python==3.9
conda activate YoloPaddle 
pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cpu
pip install -r requirements.txt

运行:

python detect.py

车牌检测结果示例

(1)demo_image

demo1

(2)demo_video

demo2

车牌检测数据集

来源于部分CCPD和CRPD,可直接进行Yolo系列模型进行训练

车牌识别数据集

来源于部分CCPD、CRPD和全部CBLPRD,可直接进行PaddleOCR模型进行训练

需要车牌检测识别界面系统或者其他东西请联系v:xtl-131或者q:1657092421

About

Yolo系列的车牌检测与识别系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages