#
idcard
Here are 49 public repositories matching this topic...
身份证自动识别,银行卡识别,驾驶证识别,行驶证识别,根据百度文字识别 api 封装,能快速识别身份证信息,银行卡信息,驾驶证信息,行驶证信息,使用非常方便
-
Updated
Nov 16, 2019 - Java
-
Updated
Aug 18, 2017 - Objective-C
中国(大陆)公民身份证工具类🔨 用于身份证计算年龄、生日、星座、性别、生肖、政区划代码,同时绘制身份证正反面
-
Updated
Feb 23, 2020 - PHP
中国大陆居民身份证号码验证,兼容18位和15位的新老身份证(validation for ID card)
-
Updated
Apr 30, 2018 - PHP
A program to align rotated id cards and extract user data from it.
opencv
ocr
tensorflow
image-processing
scikit-image
python3
face-detection
idcard
idcard-ocr
idcard-iran
-
Updated
Jul 1, 2019 - Python
textField中输入身份证号,手机号,银行卡号时每隔几位需要添加空格。当输入错误时需要从末尾或者中间删除,删除之后还要保持当前textfield的中内容保持每隔几位就有一个空格的格式。这个分类主要是为了解决这个问题
-
Updated
Sep 11, 2018 - Objective-C
常见工具汇总:一键式生成整个前后端工具,单机高性能幂等工具,zookeeper客户端工具,分布式全局id生成器,一致性哈希工具,Bitmap工具,布隆过滤器参数生成器等等
yaml
tools
tool
bitmap
bloom-filter
consistent-hashing
time-range
zookeeper-client
idcard
idempotency
ant-design-pro
distributed-id-generator
idcard-check
-
Updated
May 8, 2020 - Java
A simple code for generating certificate image
-
Updated
Apr 14, 2020 - Python
身份证严格验证和获取基本信息:15位和18位内地身份证包括地区、生日、校验码;获取性别,年龄,出生日期,城市名称
-
Updated
Jul 26, 2017 - JavaScript
This Project is very helpful in creating a digital identity card for a company or an organization and it is integrated with a QR code to maintain person identity unique and can accessed by other digital devices.
-
Updated
Apr 8, 2020 - Python
idCard No. and Name Recognize, OpenCV, TesseractOCRiOS
-
Updated
Jul 28, 2017 - Objective-C++
Estonian ID card software in Docker container
-
Updated
Mar 14, 2020 - Dockerfile
A php project to generate ID cards for list of users that filled a form, either google form or forms submitted to database.
-
Updated
Nov 7, 2017 - PHP
A validator/generator of Portuguese Citizen Card (Cartão de Cidadão) numbers.
-
Updated
Jan 14, 2020 - PHP
Improve this page
Add a description, image, and links to the idcard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the idcard topic, visit your repo's landing page and select "manage topics."


我参考这个链接,yolov3-tiny.weights的这个模型用OpenCV的dnn是调用起来了的
https://github.com/spmallick/learnopencv/blob/master/ObjectDetection-YOLO/object_detection_yolo.cpp
但是直接替换模型路径为text.weights的输出不了文字区域坐标哦,反正前向传播是完成了的,net.forward(outs, getOutputsNames(net));就是没结果啊 不知道为啥。
还有请问下你的text.weights的直接输出不是文字外接矩吗?看你的代码的detector里面好像做了很多后处理啊,能稍微解释下整个流程吗?(yolov3的text.weights输出是什么,具体后面要做什么才能获得检测的文字的外接矩)
我看你的text_detect 有好多参