Skip to content

Files

Latest commit

author
zhanghui
Nov 25, 2022
6650256 · Nov 25, 2022

History

History
32 lines (24 loc) · 693 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 693 Bytes

Code for Searching a High Performance Feature Extractor for Text Recognition Network

Training and Evaluation

  • for IAM dataset
cd IAM && python3 main.py 
  • for RIMES dataset
cd RIMES && python3 main.py
  • for Scene Text Recognition benchmark
cd Scene && python3 main.py

Citation

If you find this work helpful for your work, please cite the following paper:

@Article{Zhang2022SearchingAH,
  title={Searching a High-Performance Feature Extractor for Text Recognition Network},
  author={Hui Zhang and Quanming Yao and James Tin-Yau Kwok and Xiang Bai},
  journal={IEEE transactions on pattern analysis and machine intelligence},
  year={2022},
}