# Mobilenet-SSD-License-Plate-Detection **Repository Path**: zeusees/Mobilenet-SSD-License-Plate-Detection ## Basic Information - **Project Name**: Mobilenet-SSD-License-Plate-Detection - **Description**: 基于mobilenet-ssd车牌检测,全新模型仅3.4MB. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 25 - **Forks**: 18 - **Created**: 2019-07-28 - **Last Updated**: 2025-04-11 ## Categories & Tags **Categories**: cv **Tags**: None ## README ## Mobilenet-SSD License Plate Detection & Recognition This is a project for license plate detection using mobilenet-ssd. ### Last Update !! : 2019.07.22 Add mssd512_voc.caffemodel with high accuracy and low complexity - Accuracy : 94.6%. - Speed : 30ms(multi-cores) on 720P images.(OpenCV 4.0) ## Install - Caffe-SSD or Opencv 4.0 ##### Note: 使用OpneCV 4.0 中的DNN模块 无需安装Caffe. ## Results ![](images/2.png) ![](images/4.png) ![](images/demo1.jpg) ### Recognition Demo 简单的结合HyperLPR中的端到端模型,可以简单的实现车牌识别: ![r2](images/r2.png) ![r1](images/r1.png)