GithubHelp home page GithubHelp logo

image_ocr's Introduction

image_ocr

Image OCR in Keras.

Introduction

This project is inspired by image_ocr.py in keras examples.

Some main changes are listed as follows:

  • Generate characters in random rather than loading words from file.
  • Change network architecture. BN is added after Conv2D and one BiGRU is removed, since the origin network is found hard to converge.
  • Reduce epochs since BN accelerates training.
  • The function "on_train_begin" seems working in parallel with "fit_generator", so built word list on constructor.
  • Replace cairocffi with PIL. cairocffi relies on GTK which is not easy to install on windows.
  • If font size is too large to paint, try smaller size rather than throw a exception immediately.
  • Rotation range is tuned to avoid string exceeding canvas.
  • Support saving "predict_model".

Results

Test 10240 random images.

  • digits test acc: 99.76% for training 15 epochs
  • English character test acc: 96.16% for training 16 epochs
  • captcha test acc: 82.93% for training 6 epochs (fix length 4)
  • captcha_cnn test acc: 97.06% for training 10 epochs (fix length 4)

References

image_ocr's People

Contributors

lqy123000 avatar

Watchers

 avatar  avatar  avatar

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.