测试背景

百度已发布诸多AI应用,其中包含车牌识别,免费使用量是200次/日。付费的话,按月调用次数在20万次到50万次之间,每日10000次,月费用为0.0035*300000=1050元。

详见:http://ai.baidu.com/tech/ocr/plate

单车牌简单场景

./plate/plate1.jpg

{"log_id": 4774877165935091633, "words_result": [{"color": "blue", "number": "苏EG08P9"}]}

./plate/plate2.jpg

{"log_id": 7863920150994421648, "words_result": [{"color": "unknown", "number": "京A30525"}]}

./plate/plate3.jpg

{"log_id": 6426582300959130107, "error_code": 282000, "error_msg": "internal error"}

警车车牌识别不出。

单车牌复杂场景

./plate/plate12.jpg

{"log_id": 9216621865396236014, "words_result": [{"color": "blue", "number": "辽A888GF"}]}

识别OK

多车牌识别1

./plate/plate4.jpg

{"log_id": 3075034818301273797, "words_result": [{"color": "blue", "number": "黑A77D66"}]}

./plate/plate5.jpg

{"log_id": 7413889922589563090, "words_result": [{"color": "blue", "number": "豫AG1G94"}, {"color": "blue", "number": "豫AG1G73"}, {"color": "blue", "number": "豫AG1G74"}, {"color": "blue", "number": "蒙AG1G40"}, {"color": "blue", "number": "豫AG1G93"}, {"color": "blue", "number": "豫AG1G46"}, {"color": "blue", "number": "豫AG1G41"}, {"color": "blue", "number": "豫AG1G49"}]}

车牌有遗漏

多车牌识别2

./plate/plate11.jpg

{"log_id": 4506080447110401731, "error_code": 282000, "error_msg": "internal error"}

车牌识别不出。

批量识别

识别结果:百度批量车牌识别结果.txt

百度车牌识别结果与臻识识别结果的比对:百度车牌识别结果与臻识比对.xls

测试结论:

1,  百度车牌识别,除汉字外,识别结果与臻识一致。

2,  输入车位照片97张,全部有车有牌,未经拉伸处理,臻识演示版软件识别出40张车牌,识别率41%;百度AI识别出16张车牌,识别率16%。

3,  除有一张车牌百度AI识别出而臻识未识别出以外,臻识识别率和识别速度均优于百度AI。

百度AI车牌识别测试的更多相关文章

  1. 基于百度AI人脸识别技术的Demo

    编写demo之前首先浏览官方API:http://ai.baidu.com/docs#/Face-API/top 下面是源码: package com.examsafety.test; import ...

  2. 百度AI人脸识别的学习总结

    本文主要分以下几个模块进行总结分析 项目要求:运用百度AI(人脸识别)通过本地与外网之间的信息交互(MQService),从而通过刷脸实现登陆.签字.会议签到等: 1.准备工作: 内网:单击事件按钮— ...

  3. 百度AI身份证识别demo,使用js提交图片数据

    <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8&quo ...

  4. 基于C# 调用百度AI 人脸识别

    一.设置 登录百度云控制台,添加应用-添加人脸识别,查找,对比等. 记住API Key和Secret Key 二.创建Demo程序 1.使用Nuget安装 Baidu.AI 和 Newtonsoft. ...

  5. 百度API车牌识别——Restful方式

    源码下载地址:https://download.csdn.net/download/redhat588/11798294 Delphi xe 10.3.2 for windows 7 环境编译通过! ...

  6. 百度AI图片识别

    官方文档:http://ai.baidu.com/tech/ocr/general

  7. APP-9-文字识别-车牌识别

    1.获取Access Token APP-9.1-百度应用-文字识别 2.代码部分 <!DOCTYPE html> <html> <head> <meta c ...

  8. 技能节-AI人脸识别

    我们收到技能节项目的通知是在两周之前,项目要求做个人脸评分系统. 两周时间写一个"人脸评分系统",好像时间比较紧了,还好我们完成了~这个项目是将摄像头捕获到的包含人脸的图像传输到百 ...

  9. 基于百度AI实现 车牌识别

    前言 目前百度的AI接口相对完善,对于文字识别类的操作还需要开发者一一去尝试,去评估这效果到底是怎么的. 文字识别的接口相对简单,官方提供的SDK也集成很好,笔者只是在这上面做了一些前期性的功能数据校 ...

随机推荐

  1. vue assetsPublicPath

    vue 中 /config/index.js,  assetsPublicPath 的作用是便于访问打包后的静态资源,默认是相对于根 /, 当然如果直接把dist文件夹当成根来配置域名 可以什么都不用 ...

  2. IPv6 Ready Logo测试环境搭建

    最新的IPv6 Ready Logo tool http://interop.ipv6.org.tw/CERouter/ 安装最新的tool,要求FreeBSD在8.0以上 uname  -r查看版本 ...

  3. [AngularJS 1.6] ngModelOptions and inheritance

    Problem with ngModleOptions before 1.6: <input type="text" name="fullname" ng ...

  4. C - The C Answer (2nd Edition) - Exercise 1-8

    /* Write a program to count blanks, tabs, and newlines. */ #include <stdio.h> /* count blanks, ...

  5. hdu 1009 FatMouse&#39; Trade

    FatMouse' Trade Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) ...

  6. Android学习笔记之Spinner下拉列表使用案例

    (1)两种方法提冲Spinner中的数据源:通过list集合,或者是通过xml文件进行配置 (2)布局代码例如以下: <RelativeLayout xmlns:android="ht ...

  7. Microsoft Windows CE 5.0 Board Support Package, Boot Loader, and Kernel Startup Sequence

    Summary Learn about the initial, low-level startup sequence and the hardware platform functions that ...

  8. web 开发之js---js 实现网页中播放wav的一种方法(flash播放器)

    http://blog.csdn.net/whumr1/article/details/6948160

  9. centos7 安装8188eu驱动小记

    最小化安装把lsusb和lspci装上 使用lsusb 和lspci的命令, centos上的安装命令: yum -y install usbutils yum -y install pciutils ...

  10. update-java-alternatives 更改默认Java环境

    Ubuntu/debian 更改默认Java环境 我的电脑里安装了两个版本的Java,一个是java-6-sun,还有一个是java-gcjgcj是在JVM非常缓慢的时候诞生的,他可以把Java代码编 ...