该工作由电子科技大学陈昂、刘俊凯、夏子寒同学完成。我们提出可以使用深度学习的方案对中国车牌进行检测和识别。我们提出使用YOLOv3网络进行车牌检测,然后创新性地对检测后的车牌使用空间变换网络STN加以校正,最后使用LPRNet网络进行车牌的字符与数字识别。目前实测结果,在老师提供的45张数据集上,我们的YOLOv3网络检测准确率(IOU)达到98.2%,深度学习级联网络识别准确率为95.6%。我们采用大量测试集,最终我们的YOLOv3_STN_LPRNet级联网络识别准确率稳定在93.3%,不加空间变换网络STN的话,识别准确率在66%左右。 总体来说,使 用深度学习的方案比传统方案效果提升的非常好,而且我们加入空间变换网络STN的做法对于提升识别准确率很有效。
☆80Jul 22, 2020Updated 5 years ago
Alternatives and similar repositories for License_Plate_Recognition_pytorch
Users that are interested in License_Plate_Recognition_pytorch are comparing it to the libraries listed below
Sorting:
- Pytorch + STNet + LPRNet 进行车牌识别☆47Sep 24, 2020Updated 5 years ago
- 车牌识别,自然场景目标识别,使用中山大学智能交通重点实验室(ITS)开源数据集进行训练,tensorflow-ssd目标检测☆14Mar 31, 2021Updated 4 years ago
- 该工作的内容主要是面向中国车牌识别系统。车牌的检测系统通过YOLOv3网络来实现,检测后的车牌会通过空间变换网络进行倾斜校正。校正后的图片经由LPRNet进行识别。目前在1000张图片上测试的最终准确率可达93.3%。实现者电子科技大学刘俊凯、陈昂、夏子寒☆39Jul 18, 2020Updated 5 years ago
- 我们使用传统的数字图像处理的方法进行中国车牌的识别,与我们的深度学习方法进行对比。☆39Jul 18, 2020Updated 5 years ago
- yolov4和LPRNet机动车数量检测和车牌识别☆13Aug 11, 2021Updated 4 years ago
- ☆105Mar 15, 2021Updated 4 years ago
- Pytorch Implementation For LPRNet, A High Performance And Lightweight License Plate Recognition Framework.☆1,091Jun 21, 2023Updated 2 years ago
- License Plate Recognition☆33Dec 7, 2021Updated 4 years ago
- A two stage lightweight and high performance license plate recognition in MTCNN and LPRNet☆685Jan 22, 2024Updated 2 years ago
- 使用retinaface完成车牌关键点检测,并在tensorRT下部署☆39Aug 5, 2021Updated 4 years ago
- 基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现☆24May 23, 2022Updated 3 years ago
- ☆130Nov 20, 2019Updated 6 years ago
- 使用YOLOv5和LPRNet进行车牌检测+识别(CCPD数据集)☆591Aug 10, 2024Updated last year
- Using GAN magic to generate more realistic license plates☆79Sep 6, 2019Updated 6 years ago
- 基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现☆551Sep 13, 2024Updated last year
- 基于Yolov5车牌检测,更快更准.☆1,283Feb 7, 2022Updated 4 years ago
- 使用 "Darknet yolov3-tiny" 进行车牌识别☆90May 21, 2019Updated 6 years ago
- ☆50Nov 29, 2020Updated 5 years ago
- 基于深度学习的驾驶者行为监测预警系统,中南大学信息院与交通院合作实现,项目进行中☆27Jun 29, 2018Updated 7 years ago
- 基于4种轻量级深度卷积网络的无场景约束全自动车牌识别,轻量级车牌检测,轻量级车牌识别,pyqt5可视化界面☆69Mar 24, 2020Updated 5 years ago
- 深度学习车牌检测与识别,检测结果包含车牌矩形框和4个角点,基于pytorch框架运行☆116Jan 12, 2022Updated 4 years ago
- Generate the fake Chinese license plate images for detection & recognition☆115Feb 5, 2020Updated 6 years ago
- Pytorch Person ReID, including implementation of MGN, PCB, RPP, ResNet, MobileNetV2, and so on.☆29Dec 12, 2025Updated 2 months ago
- 轻量级的车牌检测项目(支持车牌四角定位、矫正对齐)☆170Jun 4, 2024Updated last year
- [ECCV 2018] CCPD: a diverse and well-annotated dataset for license plate detection and recognition☆2,547Feb 15, 2024Updated 2 years ago
- 车牌号码自动识别系统☆35Oct 30, 2022Updated 3 years ago
- Deploy version of DeepMAR from "Multi-attribute learning for pedestrian attribute recognition".☆34May 29, 2017Updated 8 years ago
- 简单车牌识别-Mask_RCNN定位车牌+手写方法分割字符+CNN单个字符识别☆180Nov 21, 2020Updated 5 years ago
- ☆10Jul 30, 2024Updated last year
- Guide to deploying deep-learning inference networks and deep vision primitives on Sophon TPU.☆36May 25, 2023Updated 2 years ago
- 基于Python的车牌检测和识别系统:☆878Jul 6, 2019Updated 6 years ago
- Convert CCPD to COCO format, including bounding box, segmentation mask, segmentation map.☆31Dec 9, 2019Updated 6 years ago
- yolov5 deploy 3559