huoyijie/AdvancedEAST
A deep learning text detection algorithm for scene images built on the EAST architecture using Keras and TensorFlow.

AdvancedEAST is a computer vision algorithm for detecting text regions in scene images. It builds upon the EAST (Efficient and Accurate Scene Text Detector) architecture with improvements to handle long text predictions more accurately. Implemented in Keras with TensorFlow, the project includes network architecture definitions, custom loss functions, data preprocessing, training pipelines, and post-processing utilities for extracting text bounding box coordinates from images.
Frequently asked
- What is huoyijie/AdvancedEAST?
- A deep learning text detection algorithm for scene images built on the EAST architecture using Keras and TensorFlow.
- Is AdvancedEAST open source?
- Yes — huoyijie/AdvancedEAST is open source, released under the MIT license.
- What language is AdvancedEAST written in?
- huoyijie/AdvancedEAST is primarily written in Python.
- How popular is AdvancedEAST?
- huoyijie/AdvancedEAST has 1.2k stars on GitHub.
- Where can I find AdvancedEAST?
- huoyijie/AdvancedEAST is on GitHub at https://github.com/huoyijie/AdvancedEAST.