8000 GitHub - b22sk2/attention-ocr: Attention OCR
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

b22sk2/attention-ocr

 
 

Repository files navigation

Attention OCR

This folder contains simple tensorflow implementation of attention ocr model from paper Attention-based Extraction of Structured Information from Street View Imagery.

Requirements

You need to install the TensorFlow, OpenCV and NumPy libraries.

Getting Started

Show data:

./generator.py

Train model on simple data, generated by generator.py:

./train.py

Test model with visualizing attention weights on each decoding step (use pretrained model from train folder):

./predict.py

Example of predict.py output:

Authors

Dimitry Ageev - mitya52

About

Attention OCR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0