1 Star 0 Fork 336

watermelon1999 / open-anpr

forked from open-visual / open-anpr 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
MIT

最全车牌识别

  • 最全车牌识别算法,支持14种中文车牌类型。

  • 项目使用纯Java开发,免去使用Python带来的服务不稳定性。

  • 欢迎大家贡献代码,如果你觉得项目还不错,请给个star。

项目简介

  • 项目使用组件

    1、spring boot

    2、onnx

  • 深度学习模型

    1、Chinese_license_plate_detection_recognition

项目文档

JAVA客户端

  • Java依赖,未发布到中央仓库,需要自行编译发布到私有仓库
<dependency>
    <groupId>com.visual.open.anpr</groupId>
    <artifactId>open-anpr-client</artifactId>
    <version>1.1.0</version>
</dependency>
  • 其他语言依赖

   使用restful接口:文档-1.1.0

项目部署

  • docker部署
1、直接docker部署项目:
docker run -d --name "open-anpr" -p 56790:8080 divenswu/open-anpr:1.1.0

2、若想禁用swagger:
docker run -d --name "open-anpr" -p 56790:8080 -e VISUAL_SWAGGER_ENABLE=false divenswu/open-anpr:1.1.0

3、若想挂载日志目录到本地:
docker run -d --name "open-anpr" -p 56790:8080 -v open-anpr/logs:/app/open-anpr/logs divenswu/open-anpr:1.1.0

4、服务访问:
  swagger接口文档: http://127.0.0.1:56790/doc.html
  • 项目编译,并打包为docker镜像
1、java版本最低为:1.8;安装maven编译工具。安装docker。
2、克隆项目
  git clone https://gitee.com/open-visual/open-anpr.git
3、项目打包
   cd open-anpr && sh scripts/docker_build.sh
  • 部署参数
参数 描述 默认值 可选值
VISUAL_SWAGGER_ENABLE 是否开启swagger true true/false

项目演示

输入图片说明

项目用例

车牌识别(手机打开体验更好)

交流群

  • 微信交流群

    关注微信公众号回复:微信群

  • 微信公众号:关注一下,是对我最大的支持

微信公众号

欢迎来访我的其他开源项目

MIT License Copyright (c) 2021 divenswu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

基于深度学习的智能车牌识别,支持14种中文车牌类型。 expand collapse
Java
MIT
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/watermelon1999/open-anpr.git
git@gitee.com:watermelon1999/open-anpr.git
watermelon1999
open-anpr
open-anpr
master

Search

344bd9b3 5694891 D2dac590 5694891