dbnet
There are 27 repositories under dbnet topic.
open-mmlab/mmocr
OpenMMLab Text Detection, Recognition and Understanding Toolbox
RapidAI/RapidOCR
📄 Awesome OCR multiple programing languages toolkits based on ONNXRuntime, OpenVINO and PaddlePaddle.
MhLiao/DB
A PyTorch implementation of "Real-time Scene Text Detection with Differentiable Binarization".
BADBADBADBOY/pytorchOCR
基于pytorch的ocr算法库,包括 psenet, pan, dbnet, sast , crnn
mindspore-lab/mindocr
A toolbox of ocr models and algorithms based on MindSpore
driving-behavior/DBNet
DBNet: A Large-Scale Dataset for Driving Behavior Learning, CVPR 2018
positive666/Deepstream_Project
This is a highly separated deployment project based on Deepstream , including the full range of Yolo and continuously expanding deployment projects such as Ocr.
benjaminwan/OcrLiteOnnx
chineseocr lite onnx,超轻量级中文ocr demo,支持onnx推理 ( dbnet+crnn+anglenet)
BADBADBADBOY/DBnet-lite.pytorch
A pytorch re-implementation of Real-time Scene Text Detection with Differentiable Binarization
benjaminwan/OcrLiteAndroidNcnn
Chineseocr Lite Android Onnx To Ncnn Demo,超轻量级中文OCR Android Demo,支持ncnn推理
manhph2211/BKAI-Challenge-Vietnamese-OCR
This is our solution dealing with BKAI challenge :smile:
AmanPriyanshu/Deep-Belief-Networks-in-PyTorch
The aim of this repository is to create RBMs, EBMs and DBNs in generalized manner, so as to allow modification and variation in model types.
benjaminwan/OcrLiteNcnn
chineseocr lite onnx to ncnn,超轻量级中文ocr demo,支持ncnn推理 ( dbnet+crnn+anglenet)
benjaminwan/OcrLiteAndroidOnnx
chineseocr lite android onnx ,超轻量级中文ocr android demo,支持竖排文字识别, 支持onnx推理(psenet+anglenet+crnn)
zonghaofan/dbnet_torch
you can use dbnet to detect word or bar code,Knowledge Distillation is provided,also python tensorrt inference is provided.
hpc203/dbnet-barcode
使用DBNet检测条形码,包含C++和Python两种版本的程序
hpc203/dbnet-opencv-cpp-python
使用opencv部署DBNet文字检测,包含C++和Python两种版本的实现
jakeywu/ocr_torch
ocr_torch是基于Torch1.8实现的DBNet(2.2M) + CRNN(3.8M)实现的轻量级文字检测识别项目(支持onnx推理).
benjaminwan/ChOcrLiteAndroidDBNet
chineseocr lite android dbnet,超轻量级中文ocr android demo,支持竖排文字识别, 支持ncnn推理 ( dbnet+crnn+anglenet)
benjaminwan/OcrLiteOnnxLibTest
OcrLiteOnnxLibTest
cos0sin0/DBnet.simplified
A simlified re-implementation of Real-time Scene Text Detection with Differentiable Binarization
18520339/dbnet-tf2
A TensorFlow 2 reimplementation of DBNet available as a Python package for Scene Text Detection, following ICDAR 2015 Dataset format and using TedEval as Evaluation metrics
hua1024/OpenOCR
Open OCR system, train and deploy
546669204/chineseocr_lite_web
纯前端实现图片视频的文本检测,角度检测,文本识别等功能。 无需部署,打开即享。
ds4v/NomNaSite
Deployment of NomNaOCR: https://youtu.be/o5xpfwalEWw
jiangnanboy/dbnet_crnn_java
java with dbnet, crnn for ocr.本项目利用java,javacv,onnx以及djl矩阵计算等技术加载文本检测模型dbnet与文本识别模型crnn,完成ocr的识别推理。
AmanPriyanshu/SynthesizeDaten
A repository for generating synthetic data (images) using various DL/ML models.