scene-text
There are 27 repositories under scene-text topic.
JaidedAI/EasyOCR
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
clovaai/deep-text-recognition-benchmark
Text recognition (optical character recognition) with deep learning methods, ICCV 2019
MhLiao/TextBoxes_plusplus
TextBoxes++: A Single-Shot Oriented Scene Text Detector
cs-chan/Total-Text-Dataset
Total Text Dataset. It consists of 1555 images with more than 3 different text orientations: Horizontal, Multi-Oriented, and Curved, one of a kind.
bgshih/aster
Recognizing cropped text in natural images.
ayumiymk/aster.pytorch
ASTER in Pytorch
Yuliang-Liu/Curve-Text-Detector
This repository provides train&test code, dataset, det.&rec. annotation, evaluation script, annotation tool, and ranking.
Canjie-Luo/MORAN_v2
MORAN: A Multi-Object Rectified Attention Network for Scene Text Recognition
MhLiao/MaskTextSpotterV3
The code of "Mask TextSpotter v3: Segmentation Proposal Network for Robust Scene Text Spotting"
clovaai/synthtiger
Official Implementation of SynthTIGER (Synthetic Text Image Generator), ICDAR 2021
Canjie-Luo/Text-Image-Augmentation
Geometric Augmentation for Text Image
BestSonny/SSTD
Single Shot Text Detector with Regional Attention
janzd/EAST
Implementation of EAST scene text detector in Keras
HCIILAB/DeRPN
A novel region proposal network for more general object detection ( including scene text detection ).
janzd/CRNN
Convolutional recurrent neural network for scene text recognition or OCR in Keras
YukangWang/TextField
TextField: Learning A Deep Direction Field for Irregular Scene Text Detection (TIP 2019)
dafanghe/DeepSceneTextReader
This is a c++ project deploying a deep scene text reading pipeline with tensorflow. It reads text from natural scene images. It uses frozen tensorflow graphs. The detector detect scene text locations. The recognizer reads word from each detected bounding box.
janzd/awesome-scene-text
A curated list of papers and resources for scene text detection and recognition
dafanghe/Tensorflow_SceneText_Oriented_Box_Predictor
This project modify tensorflow object detection api code to predict oriented bounding boxes. It can be used for scene text detection.
Lenubolim/TextDiff
Official code implementation of " TextDiff: Mask-Guided Residual Diffusion Models for Scene Text Image "
ankanbhunia/AttenScriptNetPR
Script identification in natural scene image and video frames using an attention based Convolutional-LSTM network (Pattern Recognition, 2019)
denabazazian/scene_text_segmentation
Pytorch implementation for pixel-wise scene text segmentation based on DeepLabV3+
denabazazian/wordSpotting_characterRecognition
A Word Spotting Method in Scene Images based on Character Recognition
FSP1020/SimpleVisionML
Making machine learning and computer vision simple.
ofnote/IndicSynthText
Code for generating synthetic text images in Indic languages. Based on Ankush et al. CVPR'16.
Naosekpam/IIITG-MLRIT2022-Scene-Text
A multi-label language identification dataset based on regional Indian languages. It contains 5 languages (Hindi, Bengali, Malayalam, Kannada, and English) with the presence of two scripts per image (implying the multi-linguality). The dataset is diverse in nature with the existence of curved, perspective distorted, and multi-oriented text in addition to the horizontal text. This diversity is achieved by applying various image transformation techniques such as affine, arcs, and perspective distortion with different angular degrees. The dataset is harvested from multiple sources: captured from mobile cameras, existing datasets, and web sources.
chunchet-ng/signboard_ocr
A demo for OCR on Signboard (ArT dataset) using PaddleOCR' EAST + CRNN, MMOCR's ASTER and CRAFT.