基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现
☆24May 23, 2022Updated 3 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:
- PHP生产MySQL数据库字典☆10Apr 27, 2016Updated 9 years ago
- Code implementation of “AutoCalib: Automatic Traffic Camera Calibration at Scale”☆16Jun 26, 2020Updated 5 years ago
- 这是我个人的本科毕业设计项目,总体上不是特别成熟。但对MOT和边缘计算的发展可能有非常微小的启发意义,欢迎交流!☆10Aug 16, 2022Updated 3 years ago
- Data driven method for automatic extrinsic calibration between camera and radar sensors☆20Jul 31, 2020Updated 5 years ago
- 视频中移动车辆的定位与车牌提取☆14Jul 12, 2015Updated 10 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 基于pytorch深度学习框架,实用开源模型yolov4实现模板检测与yolov5实现车牌检测与LPRNet实现车牌检测☆11May 29, 2023Updated 2 years ago
- This app can be implemented in restaurant for easier management and keeping track of all the orders.☆13Dec 17, 2016Updated 9 years ago
- 车牌识别,基于HyperLPR实现,修改模型调用方法,使用caffe+tensorRT实现GPU加速,修改了车牌检测模型☆20Jan 5, 2022Updated 4 years ago
- 友善之臂(FriendlyARM)开发板Tiny6410学习笔记☆14Jun 5, 2018Updated 7 years ago
- ☆12Nov 29, 2018Updated 7 years ago
- 一个简单的SSM项目,用idea开发,maven管理的spring+springmvc+mybatis项目☆17Dec 5, 2018Updated 7 years ago
- 基于python-opencv的车牌识别demo(参考:https://blog.csdn.net/weixin_41695564/article/details/79712393进行了修改)☆21Nov 25, 2021Updated 4 years ago
- 该工作由电子科技大学陈昂、刘俊凯、夏子寒同学完成。我们提出可以使用深度学习的方案对中国车牌进行检测和识别。我们提出使用YOLOv3网络进行车牌检测,然后创新性地对检测后的车牌使用空间变换网络STN加以校正,最后使用LPRNet网络进行车牌的字符与数字识别。目前实测结果,在老…☆80Jul 22, 2020Updated 5 years ago
- 基于深度学习的车牌识别系统☆28Mar 31, 2023Updated 3 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.
- CRNN/LPRNet/STNet + CTC + CCPD☆23Apr 27, 2025Updated 11 months ago
- ☆16Nov 14, 2016Updated 9 years ago
- 停车场系统源码,停车场小程序,智能停车,Parking system,【功能介绍】:①兼容市面上主流的多家相机,理论上兼容所有硬件,可灵活扩展,②相机识别后数据自动上传到云端并记录,校验相机唯一id和硬件序列号,防止非法数据录入,③用户手机查询停车记录详情可自主缴费(支持微…☆19Jun 11, 2021Updated 4 years ago
- 智能合同审查系统是一个基于人工智能的合同分析工具,旨在帮助法律专业人员和企业快速识别合同中的风险条款,提供法律建议,并生成专业的审查报告。☆52May 14, 2025Updated 11 months ago
- 基于深度学习的车牌识别GUI项目☆49Jun 15, 2022Updated 3 years ago
- 基于物联网的智能停车缴费系统 (车牌识别)☆20Feb 11, 2020Updated 6 years ago
- 使用YOLOv5和LPRNet进行车牌检测+识别(CCPD数据集)☆605Aug 10, 2024Updated last year
- 基于海思Hi3518ev200开发板, 通过wifi rtsp/rtmp/rtp/hls/http传输视频数据(h264/h265/ts)到PC-Qt端, 并将视频流实时显示出来(水印: 时间/帧率/码率), 并附加人脸/车牌号识别.☆28Jul 6, 2020Updated 5 years ago
- License plate recognition 车牌识别☆27Feb 2, 2021Updated 5 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 车牌识别可同时支持单双行识别,包含各种类型车牌数据生成☆42Apr 13, 2022Updated 4 years ago
- 推荐使用最新的大模型,合同审查/判决书摘要 提示词☆44Jul 7, 2024Updated last year
- 基于SSD+Resnet+CTC的中文车牌检测识别☆37Aug 31, 2019Updated 6 years ago
- License Plate Recognition☆33Dec 7, 2021Updated 4 years ago
- The DeepLearning AI Courses of Andrew Ng☆16Jun 6, 2020Updated 5 years ago
- 全球监控☆106Feb 26, 2026Updated last month
- 车牌号码自动识别系统☆35Oct 30, 2022Updated 3 years ago
- A system use yolov3/KCF&DSST/KF to detect,tracking and estimate the target location☆52Oct 1, 2024Updated last year
- 该工作的内容主要是面向中国车牌识别系统。车牌的检测系统通过YOLOv3网络来实现,检测后的车牌会通过空间变换网络进行倾斜校正。校正后的图片经由LPRNet进行识别。目前在1000张图片上测试的最终准确率可达93.3%。实现者电子科技大学刘俊凯、陈昂、夏子寒☆39Jul 18, 2020Updated 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.
- Vim[contain configuration files]:can used in both in windows MacOS and linux.☆16Oct 12, 2022Updated 3 years ago
- 基于4种轻量级深度卷积网络的无场景约束全自动车牌识别,轻量级车牌检测,轻量级车牌识别,pyqt5可视化界面☆67Mar 24, 2020Updated 6 years ago
- Python 练习册,每天一个小程序☆22Oct 10, 2015Updated 10 years ago
- 使用opencv部署深度学习车牌检测与识别,包含Python和C++两种版本的实现☆51Apr 9, 2021Updated 5 years ago
- tensorflow关于目标检测的实现 包括maskrcnn; keras二分类,多分类实例以及两种不同的车牌识别,人脸识别,GAN☆42Aug 17, 2019Updated 6 years ago
- 基于Laravel框架的网站监控程序☆84Mar 1, 2018Updated 8 years ago
- 基于Yolov7-LPRNet的动态车牌目标识别算法模型,附 YOLOv7 训练自己的数据集超详细教程🚀和LPRNet网络具体搭建过程🚀☆55Oct 9, 2023Updated 2 years ago