Git Product home page Git Product logo

crnn's Introduction

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.

crnn's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.