该工作由电子科技大学陈昂、刘俊凯、夏子寒同学完成。我们提出可以使用深度学习的方案对中国车牌进行检测和识别。我们提出使用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. We may earn a commission when you buy through links labeled 'Ad' on this page.
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
- License plate recognition 车牌识别☆27Feb 2, 2021Updated 5 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 使用retinaface完成车牌关键点检测,并在tensorRT下部署☆39Aug 5, 2021Updated 4 years ago
- ☆130Nov 20, 2019Updated 6 years ago
- 使用pytorch和opencv的简易识别车牌程序☆13Nov 3, 2020Updated 5 years ago
- 基于yolov3的LPRnet车牌识别。以yolov3作为检测器、LPRnet作为识别模型,实现了实时车牌车牌识别模型。本项目直接使用LPRnet原始的网络作为车牌识别模型。☆17Feb 18, 2023Updated 3 years ago
- Pytorch Implementation For LPRNet, A High Performance And Lightweight License Plate Recognition Framework.☆1,115Jun 21, 2023Updated 2 years ago
- License Plate Recognition☆33Dec 7, 2021Updated 4 years ago
- ☆105Mar 15, 2021Updated 5 years ago
- 基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现☆24May 23, 2022Updated 3 years ago
- yolov4和LPRNet机动车数量检测和车牌识别☆13Aug 11, 2021Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Using GAN magic to generate more realistic license plates☆79Sep 6, 2019Updated 6 years ago
- 使用YOLOv5和LPRNet进行车牌检测+识别(CCPD数据集)☆597Aug 10, 2024Updated last year
- 深度学习车牌检测与识别,检测结果包含车牌矩形框和4个角点,基于pytorch框架运行☆116Jan 12, 2022Updated 4 years ago
- A two stage lightweight and high performance license plate recognition in MTCNN and LPRNet☆685Jan 22, 2024Updated 2 years ago
- 基于Yolov5车牌检测,更快更准.☆1,283Feb 7, 2022Updated 4 years ago
- Face Verification Example with Flower / Federated Learning☆12Apr 3, 2023Updated 2 years ago
- 基于深度学习的车牌识别GUI项目☆48Jun 15, 2022Updated 3 years ago
- 基于4种轻量级深度卷积网络的无场景约束全自动车牌识别,轻量级车牌检测,轻量级车牌识别,pyqt5可视化界面☆67Mar 24, 2020Updated 6 years ago
- 2020湖南省第一届人工智能大赛参赛作品☆11Feb 17, 2022Updated 4 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- [ECCV 2018] CCPD: a diverse and well-annotated dataset for license plate detection and recognition☆2,568Feb 15, 2024Updated 2 years ago
- Generate the fake Chinese license plate images for detection & recognition☆115Feb 5, 2020Updated 6 years ago
- End to End Chinese License Plate Recognition☆80Jun 8, 2019Updated 6 years ago
- 从0开始写一个操作系统——《操作系统真象还原》☆12Sep 21, 2020Updated 5 years ago
- 基于QOpenGLWidget,实现点云载入,显示,鼠标键盘交互。点云的旋转,平移,放大缩小等功能☆11May 7, 2020Updated 5 years ago
- [ICML 2022] Robust Deep Reinforcement Learning through Bootstrapped Opportunistic Curriculum☆11Jul 15, 2022Updated 3 years ago
- From pixels to symbolic rule learning☆12Nov 12, 2021Updated 4 years ago
- Unity project utilizing my "head-pose-estimation-opencv" DLL☆10Jan 8, 2020Updated 6 years ago
- 简单车牌识别-Mask_RCNN定位车牌+手写方法分割字符+CNN单个字符识别☆180Nov 21, 2020Updated 5 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- A Straightforward Pytorch Implementation of Gated Feedback RNNs☆12May 8, 2017Updated 8 years ago
- XLPNet is a light-weight fully convolutional model for license plate detection and recognition.☆13Apr 1, 2022Updated 3 years ago
- ☆11Jan 30, 2018Updated 8 years ago
- Python+OpenCV数字图像处理课程设计作业[车牌识别]☆207Feb 1, 2020Updated 6 years ago
- A paper list of sample-efficient reinforcement learning☆18Jan 12, 2022Updated 4 years ago
- 基于人脸识别的自动点名程序(带GUI操作界面)☆13Dec 8, 2018Updated 7 years ago
- 轻量级的车牌检测项目(支持车牌四角定位、矫正对齐)☆171Jun 4, 2024Updated last year