hpc203 / OCR-dbnet-crnnLinks
身份证全卡面文字识别:Faster-rcnn检测图片里的证件照,DBNet检测证件照里的文字,CRNN识别证件照里的文字
☆43Updated 4 years ago
Alternatives and similar repositories for OCR-dbnet-crnn
Users that are interested in OCR-dbnet-crnn are comparing it to the libraries listed below
Sorting:
- 使用opencv部署DBNet文字检测,包含C++和Python两种版本的实现☆33Updated 4 years ago
- you can use dbnet to detect word or bar code,Knowledge Distillation is provided,also python tensorrt inference is provided.☆46Updated 4 years ago
- 使用DBNet检测条形码,包含C++和Python两种版本的程序☆37Updated 4 years ago
- 纯YOLO系列的人脸检测+106个关键点检测☆33Updated 4 years ago
- yolov5检测人脸和关键点,只依赖opencv库就可以运行,程序包含C++和Python两个版本的☆65Updated 4 years ago
- 深度学习车牌检测与识别,检测结果包含车牌 矩形框和4个角点,基于pytorch框架运行☆115Updated 3 years ago
- ocr with yolo3 as feature extractor, implemented by keras, and accelerated by tensorrt☆34Updated 4 years ago
- 中国车牌生成☆169Updated 5 years ago
- pytorch实现AdvancedEast+mobilenetv3☆26Updated 5 years ago
- 使用opencv部署深度学习车牌检测与识别,包含Python和C++两种版本的实现☆50Updated 4 years ago
- 使用OpenCV部署P2PNet人群检测和计数,包含C++和Python两种版本的实现☆54Updated 3 years ago
- 自然场景检测DBNet网络的tensorrt版本☆22Updated 4 years ago
- ocr_torch是基于Torch1.8实现的DBNet(2.2M) + CRNN(3.8M)实现的轻量级文字检测识别项目(支持onnx推理).☆29Updated 4 years ago
- 使用ONNXRuntime部署YOLOV7人头检测, 包含C++和Python两个版本的程序☆31Updated 2 years ago
- Examples and tools for deep learning deployment☆57Updated 4 years ago
- 数字图像课程大作业,实现图片中文档提取与矫正。整体思路是通过hough变换检测出直线,进而得到角点,最后经过投影变换,进行矫正。整个项目只用到了opencv的IO操作(包括手写卷积,hough哈夫变换,投影变换等等)☆76Updated 4 years ago
- 生成用于训练CRNN的图片数据☆20Updated 7 years ago
- 生成车牌识别数据集☆138Updated 2 years ago
- A pytorch re-implementation of Real-time Scene Text Detection with Differentiable Binarization☆23Updated 4 years ago
- the repository is about the conversion of CRNN model, which is widely used for text recognition. the CRNN model is converted from PyTorch…☆25Updated 5 years ago
- A pytorch re-implementation of Real-time Scene Text Detection with Differentiable Binarization☆110Updated 4 years ago
- Document photo perspective transformation correction,利用unet网络进行 文档照片透视纠偏☆49Updated 4 years ago
- 使用ONNXRuntime部署anchor-free系列的YOLOR,包含C++和Python两种版本的程序☆41Updated 3 years ago
- (WIP)The deployment framework aims to provide a simple, lightweight, fast integrated, pipelined deployment framework for algorithm servic…☆138Updated 3 years ago
- 使用OpenCV部署FastestDet,包含C++和Python两种版本的程序。模型文件不超过1M