#586 · Primary category: Computer Vision
see
Code for the AAAI 2018 publication "SEE: Towards Semi-Supervised End-to-End Scene Text Recognition"
Project last updated:04/26/19
GitHub Stars
578
Forks
149
Contributors
8
License
GPL-3.0
Why we included this project
This is the reference implementation for the AAAI 2018 paper on semi-supervised end-to-end scene text recognition, so it is a good place to start if you want to reproduce a published method or build on it instead of writing everything from scratch. The code shows how a CNN-based detection and recognition pipeline can be trained with semi-supervised learning, which helps when labeled scene-text data is hard to come by. One honest caveat: it is built on Chainer and targets CUDA 8/9-era tooling, so expect to spend some time updating the environment before it runs on a modern stack. Teams doing OCR on photos or street signs can still learn a lot from the architecture and training approach, even if they end up porting the ideas to another framework.
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)