All Projects → lvjianjin → crnn

lvjianjin / crnn

Licence: Apache-2.0 license
一个基于TensorFlow2的CRNN项目

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to crnn

Tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Stars: ✭ 3,456 (+7253.19%)
Mutual labels:  crnn
OcrLiteAndroidNcnn
Chineseocr Lite Android Onnx To Ncnn Demo,超轻量级中文OCR Android Demo,支持ncnn推理
Stars: ✭ 43 (-8.51%)
Mutual labels:  crnn
crnn.caffe
crnn.caffe
Stars: ✭ 76 (+61.7%)
Mutual labels:  crnn
Text Detector
Tool which allow you to detect and translate text.
Stars: ✭ 173 (+268.09%)
Mutual labels:  crnn
Pytorchocr
基于pytorch的ocr算法库,包括 psenet, pan, dbnet, sast , crnn
Stars: ✭ 198 (+321.28%)
Mutual labels:  crnn
Automatic-Number-Plate-Recognition
Automatic Car License/Number Plate recognition System
Stars: ✭ 37 (-21.28%)
Mutual labels:  crnn
Crnn.pytorch
crnn实现水平和垂直方向中文文字识别, 提供在3w多个中文字符训练的水平识别和垂直识别的预训练模型; 欢迎关注,试用和反馈问题... ...
Stars: ✭ 145 (+208.51%)
Mutual labels:  crnn
CRNN.tf2
Convolutional Recurrent Neural Network(CRNN) for End-to-End Text Recognition - TensorFlow 2
Stars: ✭ 131 (+178.72%)
Mutual labels:  crnn
Crnn Audio Classification
UrbanSound classification using Convolutional Recurrent Networks in PyTorch
Stars: ✭ 235 (+400%)
Mutual labels:  crnn
crnn.mxnet
crnn in mxnet.can train with chinese characters
Stars: ✭ 47 (+0%)
Mutual labels:  crnn
Captcha break
验证码识别
Stars: ✭ 2,268 (+4725.53%)
Mutual labels:  crnn
Ocr.pytorch
A pure pytorch implemented ocr project including text detection and recognition
Stars: ✭ 196 (+317.02%)
Mutual labels:  crnn
CRNN-OCR-lite
Lightweight CRNN for OCR (including handwritten text) with depthwise separable convolutions and spatial transformer module [keras+tf]
Stars: ✭ 130 (+176.6%)
Mutual labels:  crnn
Crnn Mxnet Chinese Text Recognition
An implementation of CRNN (CNN+LSTM+warpCTC) on MxNet for chinese text recognition
Stars: ✭ 161 (+242.55%)
Mutual labels:  crnn
AESRC2020
a deep accent recognition network
Stars: ✭ 35 (-25.53%)
Mutual labels:  crnn
Paddleocr
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
Stars: ✭ 18,084 (+38376.6%)
Mutual labels:  crnn
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.
Stars: ✭ 120 (+155.32%)
Mutual labels:  crnn
insightocr
MXNet OCR implementation. Including text recognition and detection.
Stars: ✭ 100 (+112.77%)
Mutual labels:  crnn
crnn.gluon
A gluon re-implementation of Convolutional recurrent network in gluon
Stars: ✭ 21 (-55.32%)
Mutual labels:  crnn
BankCard-Recognizer
Identifying numbers from bankcard, based on Deep Learning with Keras [China Software Cup 2019]
Stars: ✭ 74 (+57.45%)
Mutual labels:  crnn

English | 简体中文

Introduction

A crnn project based on Tensorflow2.

model

Demo

digit

number

chinese

chinese

Features

  1. Refactoring.

Requirements

  • Python 3.6+
  • Tensorflow 2.2.0+

Recent updates

2020-10-13: The first version is online. 2021-3-6: Open source data construction tools

Contents

Installation

python

Install the required Python packages,

pip install -r requirements.txt

docker

Usage

train

  1. Pull code
git clone https://github.com/lvjianjin/crnn.git
  1. Prepare the data set

digit dataset

Generate simulation data through this tool, and modify the local dataset path to dataset_path in ./configs/config.py.

chinese dataset

Generate simulation data through this tool or download the following Chinese data set to the local, and modify the local data set path to dataset_path in ./configs/config.py.

链接:https://pan.baidu.com/s/1FgdITVrM_HsyNh7QSpePjw 
提取码:iakr
解压密码:chineseocr
  1. training

执行训练代码,

python main.py -m train

test

Execute training code,

python main.py -m test

Pre-trained model

The pre-trained model will be released soon, so stay tuned.

Contact

  1. e-mail:[email protected]
  2. QQ Group:1081332609

License

The codes are released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].