基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现
☆23May 23, 2022Updated 4 years ago
Alternatives and similar repositories for End-to-end-for-chinese-plate-recognition
Users that are interested in End-to-end-for-chinese-plate-recognition are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现☆547Sep 13, 2024Updated 2 years ago
- 基于pytorch深度学习框架,在树莓派平台,使用开源模型YOLOv5、LPRNet、STNet三个深度学习模型实现车牌检 测与车牌识别。本文详细介绍包括深度学习环境配置和树莓派配置,非常适合新手入门!☆30Nov 24, 2025Updated 9 months ago
- 这是我个人的本科毕业设计项目,总体上不是特别成熟。但对MOT和边缘计算的发展可能有非常微小的启发意义,欢迎交流!☆10Aug 16, 2022Updated 4 years ago
- 增加视频捕捉的车牌识别,基于ezpr的完善。通过捕捉帧,解决数据转化的难点,进而由Easypr开源库进行一系列识别处理。具体能效可进一步自行优化。☆15May 31, 2017Updated 9 years ago
- This app can be implemented in restaurant for easier management and keeping track of all the orders.☆14Dec 17, 2016Updated 9 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Data driven method for automatic extrinsic calibration between camera and radar sensors☆20Jul 31, 2020Updated 6 years ago
- 视频中移动车辆的定位与车牌提取☆14Jul 12, 2015Updated 11 years ago
- 边缘计算技术+云平台展示,实现公共地点人流量监控☆14Oct 31, 2020Updated 5 years ago
- light weight mobile order app system☆14Jun 18, 2018Updated 8 years ago
- 基于Yolov5_6.1、LPRNet、PySide6开发的车牌识别系统☆12Aug 17, 2023Updated 3 years ago
- 车牌识别,基于HyperLPR实现,修改模型调用方法,使用caffe+tensorRT实现GPU加速,修改了车牌检测模型☆20Jan 5, 2022Updated 4 years ago
- 基于python-opencv的车牌识别demo(参考:https://blog.csdn.net/weixin_41695564/article/details/79712393进行了修改)☆21Nov 25, 2021Updated 4 years ago
- ☆12Nov 29, 2018Updated 7 years ago
- 基于深度学习的车牌识别系统☆28Mar 31, 2023Updated 3 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 该工作由电子科技大学陈昂、刘俊凯、夏子寒同学完成。我们提出可以使用深度学习的方案对中国车牌进行检测和识别。我们提出使用YOLOv3网络进行车牌检测,然后创新性地对检测后的车牌使用空间变换网络STN加以校正,最后使用LPRNet网络进行车牌的字符与数字识别。目前实测结果,在老…☆81Jul 22, 2020Updated 6 years ago
- 使用Unet / YOLOv5进行车牌定位,CNN进行车牌识别(定长)(基于CCPD数据集)☆24Oct 6, 2022Updated 3 years ago
- 基于物联网的智能停车缴费系统 (车牌识别)☆20Feb 11, 2020Updated 6 years ago
- ☆16Nov 14, 2016Updated 9 years ago
- 基于yolov3的LPRnet车牌识别。以yolov3作为检测器、LPRnet作为识别模型,实现了实时车牌车牌识别模型。本项目直接使用LPRnet原始的网络作为车牌识别模型。☆16Feb 18, 2023Updated 3 years ago
- gps51.com 前端网页完整代码,主要功能:各种定位器定位、管理设备、在线视频。☆20Jul 27, 2021Updated 5 years ago
- 基于深度学习的车牌识别GUI项目☆48Jun 15, 2022Updated 4 years ago
- 使用YOLOv5和LPRNet进行车牌检测+识别(CCPD数据集)☆621Aug 10, 2024Updated 2 years ago
- License plate recognition 车牌识别☆29Feb 2, 2021Updated 5 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 车牌识别可同时支持单双行识别,包含各种类型车牌数据生成☆46Apr 13, 2022Updated 4 years ago
- 基于SSD+Resnet+CTC的中文车牌检测识别☆37Aug 31, 2019Updated 7 years ago
- 车牌号码自动识别系统☆35Oct 30, 2022Updated 3 years ago
- 网上考勤系统”由某公司提出,主要用于该公司的打卡等签到日常操作,由西北工业大学-SSF小组负责实施。根据任务要求,完成人员分工、项目管理、版本管理、软件设计、 系统开发和测试等。实现软件设计和项目管理 全过程训练。☆35Jul 3, 2020Updated 6 years ago
- Online Food Ordering System.☆41Oct 1, 2020Updated 5 years ago
- 该工作的内容主要是面向中国车牌识别系统。车牌的检测系统通过YOLOv3网络来实现,检测后的车牌会通过空间变换网络进行倾斜校正。校正后的图片经由LPRNet进行识别。目前在1000张图片上测试的最终准确率可达93.3%。实现者电子科技大学刘俊凯、陈昂、夏子寒☆39Jul 18, 2020Updated 6 years ago
- 基于CNN的车牌号识别☆146Feb 22, 2020Updated 6 years ago
- 练习NLP,分析淘宝评论的项目☆35May 7, 2018Updated 8 years ago
- The DeepLearning AI Courses of Andrew Ng☆16Jun 6, 2020Updated 6 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 推荐使用最新的大模型,合同审查/判决书摘要 提示词☆45Jul 7, 2024Updated 2 years ago
- 软件工程课设——成绩管理系统☆40Apr 15, 2019Updated 7 years ago
- 使用opencv部署深度学习车牌检测与识别,包含Python和C++两种版本的实现☆50Apr 9, 2021Updated 5 years ago
- CRNN/LPRNet/STNet + CTC + CCPD☆29Jul 19, 2026Updated 2 months ago
- U盘检测工具和量产工具☆34Jul 13, 2021Updated 5 years ago
- Vim[contain configuration files]:can used in both in windows MacOS and linux.☆16Oct 12, 2022Updated 3 years ago
- Android food delivery (Customer, Restaurant and Rider) APP☆39May 3, 2020Updated 6 years ago