#469 · Primary category: Computer Vision
aster.pytorch
ASTER in Pytorch
Project last updated:12/09/21
GitHub Stars
682
Forks
171
Contributors
1
License
MIT
Why we included this project
This PyTorch port of the ASTER scene text recognizer is worth a look if you work on OCR for photos where text is curved or shot at an angle. Its main selling point is the flexible rectification stage, which straightens distorted text before recognition, and that is the part of scene-text OCR that plain crop-and-classify pipelines tend to struggle with. The repo includes training and test scripts, a pretrained model, and reproduced accuracy numbers on standard benchmarks such as IIIT5k and SVT, so you can check the behavior before adapting it. One caveat: the bidirectional attention decoder from the original paper is not included, and the author is upfront that results may not reproduce under modified settings. Treat it as a research-grade baseline to build on, not a drop-in production service.
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)