argman/EAST
A TensorFlow re-implementation of the EAST deep learning model for scene text detection with C++ NMS optimization.

Velocity · 7d
+0.9
★ / day
Trend
→steady
star history
This repository provides a TensorFlow implementation of the EAST (Efficient and Accurate Scene Text Detector) paper. The model performs scene text detection using a deep neural network based on ResNet-50 architecture with dice loss optimization. It includes a C++ implementation of Locality-Aware NMS for faster post-processing, achieving around 16 FPS on 720p images with a GTX 1080 Ti GPU.