🌐
GitHub
github.com › foamliu › EAST
GitHub - foamliu/EAST: EAST: An Efficient and Accurate Scene Text Detector. · GitHub
This is a PyTorch re-implementation of EAST: An Efficient and Accurate Scene Text Detector (paper).
Starred by 36 users
Forked by 7 users
Languages   C++ 85.0% | Python 15.0%
🌐
arXiv
arxiv.org › abs › 1704.03155
[1704.03155] EAST: An Efficient and Accurate Scene Text Detector
July 10, 2017 - Abstract page for arXiv paper 1704.03155: EAST: An Efficient and Accurate Scene Text Detector
🌐
TheCVF
openaccess.thecvf.com › content_cvpr_2017 › papers › Zhou_EAST_An_Efficient_CVPR_2017_paper.pdf pdf
EAST: An Efficient and Accurate Scene Text Detector
ate steps such as candidate proposal, text region formation · and word partition. The post-processing steps only include · thresholding and NMS on predicted geometric shapes. The · detector is named as EAST, since it is an Efficient and · Accuracy Scene Text detection pipeline.
🌐
ResearchGate
researchgate.net › publication › 316015737_EAST_An_Efficient_and_Accurate_Scene_Text_Detector
(PDF) EAST: An Efficient and Accurate Scene Text Detector
April 11, 2017 - ... With a ResNet-18 backbone, DB achieves an F-measure of 82.8% at 62 FPS on the MSRA-TD500 dataset, and further improves accuracy when using deeper backbones. Compared to alternative approaches such as EAST · [18], TextSnake [19], or PSENet, DB offers a favorable balance of detection accuracy, computational efficiency, and implementation simplicity.
🌐
Medium
poshan0126.medium.com › an-efficient-and-accurate-scene-text-detector-east-973df9dfdd55
An Efficient and Accurate Scene Text Detector [EAST] | by Poshan Pandey | Medium
October 19, 2021 - EAST makes use of a single neural network for the detection of text in a natural scene and gives the output as a quadrilateral shape in the text. It uses Non-Max Suppression (NMS) along with Convolutional Network.
🌐
east-pytorch
yakhyo.github.io › east-pytorch
EAST: An Efficient and Accurate Scene Text Detector | east-pytorch
This is a PyTorch re-implementation of EAST: An Efficient and Accurate Scene Text Detector (CVPR 2017).
🌐
Medium
medium.com › data-science › neural-networks-intuitions-6-east-5892f85a097
Neural Networks Intuitions: 6. EAST: An Efficient and Accurate Scene Text Detector — Paper Explanation | by Raghul Asokan | TDS Archive | Medium
March 27, 2020 - In this sixth installment of my ... Text Detection) and as the name suggests it is not just accurate but much more efficient in comparison with its text detector counterparts....
🌐
GitHub
github.com › songdejia › EAST
GitHub - songdejia/EAST: This is a pytorch re-implementation of EAST: An Efficient and Accurate Scene Text Detector.
This is a pytorch re-implementation of EAST: An Efficient and Accurate Scene Text Detector. - songdejia/EAST
Starred by 580 users
Forked by 146 users
Languages   Python 100.0% | Python 100.0%
🌐
PyImageSearch
pyimagesearch.com › home › blog › opencv text detection (east text detector)
OpenCV Text Detection (EAST text detector) - PyImageSearch
December 5, 2024 - The EAST pipeline is capable of predicting words and lines of text at arbitrary orientations on 720p images, and furthermore, can run at 13 FPS, according to the authors. Perhaps most importantly, since the deep learning model is end-to-end, ...
Find elsewhere
🌐
IEEE Xplore
ieeexplore.ieee.org › document › 8099766
EAST: An Efficient and Accurate Scene Text Detector | IEEE Conference Publication | IEEE Xplore
Previous approaches for scene text detection have already achieved promising performances across various benchmarks. However, they usually fall short when dealing with challenging scenarios, even when equipped with deep neural network models, because the overall performance is determined by the interplay of multiple stages and components in the pipelines.
🌐
IJACSA
thesai.org › Publications › ViewPaper
Performance Evaluation of Efficient and Accurate Text Detection and Recognition in Natural Scenes Images Using EAST and OCR Fusion
January 30, 2025 - This research focuses on implementing and evaluating the Efficient and Accurate Scene Text Detector (EAST) algorithm for text detection and recognition in natural scene images. The study aims to compare the performance of three prominent Optical Character Recognition (OCR) techniques—Tes...
🌐
ResearchGate
researchgate.net › publication › 320968449_EAST_An_Efficient_and_Accurate_Scene_Text_Detector
EAST: An Efficient and Accurate Scene Text Detector | Request PDF
July 1, 2017 - To address these challenges, this ... (ETV). ETV combines the OCR capabilities of Tesseract with the efficient and accurate scene text detector (EAST) algorithm, supplemented by nonmaximum suppression (NMS)....
🌐
Semantic Scholar
semanticscholar.org › papers › east: an efficient and accurate scene text detector
[PDF] EAST: An Efficient and Accurate Scene Text Detector | Semantic Scholar
This paper proposes an efficient and accurate arbitrary-shaped text detector, termed Pixel Aggregation Network (PAN), which is equipped with a low computational-cost segmentation head and a learnable post-processing.Expand ...
🌐
arXiv
ar5iv.labs.arxiv.org › html › 1704.03155
[1704.03155] EAST: An Efficient and Accurate Scene Text Detector
March 1, 2024 - We have presented a scene text detector that directly produces word or line level predictions from full images with a single neural network. By incorporating proper loss functions, the detector can predict either rotated rectangles or quadrangles ...
🌐
GitHub
github.com › SakuraRiven › EAST
GitHub - SakuraRiven/EAST: PyTorch Re-Implementation of EAST: An Efficient and Accurate Scene Text Detector
This is a PyTorch Re-Implementation of EAST: An Efficient and Accurate Scene Text Detector.
Starred by 435 users
Forked by 127 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › argman › EAST
GitHub - argman/EAST: A tensorflow implementation of EAST text detector
This is a tensorflow re-implementation of EAST: An Efficient and Accurate Scene Text Detector.
Starred by 3.1K users
Forked by 1K users
Languages   C++ 86.4% | Python 12.9% | C++ 86.4% | Python 12.9%
🌐
Emergent Mind
emergentmind.com › papers › 1704.03155
EAST: An Efficient and Accurate Scene Text Detector
EAST (Efficient and Accurate Scene Text) detector simplifies this workflow by deploying a single neural network to directly predict text in full images.