Skip to content

含有矫正网络的文字识别模型,主要适用于场景文字识别。The character recognition model with rectification network is mainly designed for scene character recognition.

Notifications You must be signed in to change notification settings

BeNhNp/Rectified-Text-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rectified Text Recognition

The purpose of this project is to provide a set of easily modified character recognition model based on PyTorch framework.

At present, the code is still under adjustment, and it will take some time for the pre-training model to be released.

Basicly, I want the code to be clean and easy to read. Some utilities you can add by yourself.

This implementation ennable you to train large amout of imgae-text data on gpu. The imgae transformation and the decoder is adapted to gpu too. So the rate of gpu utilization is improved greatly.

Hope you can enjoy your training.

Dataset

you can use the datasets from aster.pytorch (link password: wi05).

or you can use the datasets from deep-text-recognition-benchmark (link password: rryk)(much more dataset is provided on google drive on this repo).

or you can create your own datasets as long as follow the same format.

Train

python train.py

Test

python test.py

Ref

aster.pytorch

Citation

@inproceedings{wang2020scene,
  title={Scene Text Recognition With Linear Constrained Rectification},
  author={Gang, Wang and Huaping, Zhang and jianyun, Shang},
  booktitle={2020 International Conference on Computational Science and Computational Intelligence (CSCI)},
  year={2020},
  organization={IEEE}
}

About

含有矫正网络的文字识别模型,主要适用于场景文字识别。The character recognition model with rectification network is mainly designed for scene character recognition.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages