Skip to content

It's the code for <A holistic representation guided attention network for scene text recognition>Neurocomputing 2020

Notifications You must be signed in to change notification settings

luyang-NWPU/HGA-STR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HGA-STR

It's the code for the paper A holistic representation guided attention network for scene text recognition, Neurocomputing 2020. Test in Python2.7.

Install the enviroment

    pip install -r requirements.txt

Please convert your own dataset to LMDB format by create_dataset.py. (Borrowed from https://github.com/bgshih/crnn/blob/master/tool/create_dataset.py, provided by Baoguang Shi)

There are converted Synth90K and SynthText LMDB dataset by luyang-NWPU: [Here], password: tw3x

Training

sh ./train.sh

Testing

sh ./val.sh

Recognize a image

python  pre_img.py  YOUR/MODEL/PATH  YOUR/IMAGE/PATH

Citation

@article{yang2020holistic,
  title={A Holistic Representation Guided Attention Network for Scene Text Recognition},
  author={Yang, Lu and Wang, Peng and Li, Hui and Li, Zhen and Zhang, Yanning},
  journal={Neurocomputing},
  year={2020},
  publisher={Elsevier}
}

Acknowledgment

This code is based on MORAN by Canjie-Luo. Thanks for your contribution.

About

It's the code for <A holistic representation guided attention network for scene text recognition>Neurocomputing 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published