#350 · Primary category: Computer Vision
AdvancedEAST
AdvancedEAST is an algorithm used for Scene image text detect, which is primarily based on EAST, and the significant improvement was also made, which make long text predictions more accurate.https://github.com/huoyijie/raspberrypi-car
Project last updated:09/09/22
GitHub Stars
1.2K
Forks
373
Contributors
2
License
MIT
Why we included this project
AdvancedEAST builds on the EAST scene text detector but changes how the four corners of each text box are predicted. Instead of averaging predicted coordinates across every pixel in a text region, the network isolates boundary pixels and lets their weighted predictions fix the corners, which helps on long or skewed lines of text where plain EAST tends to blur the far edge of a quadrangle. The whole thing is a compact Keras codebase split into small files for labeling, the network, loss, training, and prediction, so it reads well as a study aid for anyone learning how a text detector is assembled and trained end to end. It ships training and prediction entry points plus demos built around the ICPR web-image dataset, so you can reproduce results fairly quickly. One caveat: it targets TensorFlow 1.x and Keras 2.x, so plan on porting it if you run a modern TensorFlow.
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)