huizhang0110 / atr

Attentional Text Recognizer, based on ASTER improvements to suit actual use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATR: Attentional Text Recognizer

This project is based on ASTER improvements to suit actual use.

TODO list

  • Basic version of Attentional Text Recognizer
  • Variable Length Support
  • Chinese Support
  • More flexible training data input pipeline to reduce the error bring by variable length
  • Beam Search
  • Bidirectional Decoder
  • Rectification network

Environments && Installation

  1. Go to c_ops and run build.sh to build the string_split_utf8 custom operator
  2. Add /path/to/atr to PYTHONPATH, or set this variable for every run

About

Attentional Text Recognizer, based on ASTER improvements to suit actual use.


Languages

Language:Python 91.8%Language:C++ 6.4%Language:CMake 1.6%Language:Shell 0.2%