Pytorch implementation of PSEnet with Pyramid Attention Network as feature extractor
Pytorch implementation of an end to end Text-Spotter with a PSEnet text detector and CRNN text recognizer. We plan to grow this repository into an open research platform for multi-lingual text detection and recognition from natural scene images, targeted towards low-resource languages.
python end-end.py --img [path to image] --e2e_config_name [end to end config name]
Both PSEnet and CRNN pre-trained models can be found here: gdrive
Download the models in models/
directory and modify params.py
if required.
Work done as part of Internship with OffNote Labs.
If this repository helps you, please star it. Thank you!