#362 · Primary category: Computer Vision

parseq

computer-vision eccv eccv2022 ocr optical-character-recognition scene-text-recognition text-recognition vision-transformer

Scene Text Recognition with Permuted Autoregressive Sequence Models (ECCV 2022)

Project last updated:05/29/24

GitHub Stars

736

Forks

162

Contributors

1

License

Apache-2.0

Why we included this project

PARSeq is a scene text recognition model from ECCV 2022 that reads words out of cropped images of signs, receipts, labels, and other real-world scenes. The core idea is a single Transformer that changes how it decodes text just by swapping its attention mask, so one model covers context-free recognition, context-aware decoding, and iterative refinement without a separate language model. That keeps the compute footprint smaller than comparable approaches. The repo ships pretrained weights, training and evaluation scripts, and a live demo, and the model has been adopted into both PaddleOCR and docTR, which makes it a safe implementation to borrow from or integrate. Researchers comparing STR architectures will also find it a clean, reproducible baseline against ABINet, TRBA, and ViTSTR.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category