awesome-deep-text-detection-recognition icon indicating copy to clipboard operation
awesome-deep-text-detection-recognition copied to clipboard

A curated list of resources for text detection/recognition (optical character recognition ) with deep learning methods.

Results 10 awesome-deep-text-detection-recognition issues
Sort by recently updated
recently updated
newest added
trafficstars

Add PyTorch implementation of "Real-time Scene Text Detection with Differentiable Binarization" link

[A New Unified Method for Detecting Text from Marathon Runners and Sports Players in Video](https://doi.org/10.1016/j.patcog.2020.107476) Has been accepted in Pattern Recognition Journal, Elsevier 2020

The official Caffe2 implementation of Mask TextSpotter (ECCV 2018) is here: https://github.com/lvpengyuan/masktextspotter.caffe2

想问一下评价标准P,R是以iou大于0.5为标准计算的吗

I think we should add a paper which is named "Detecting Text in Natural Scenes with Stroke Width Transform",although,it is very early,lots of classical papers mention it. address:https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/201020CVPR20TextDetection.pdf

## CVPR 2020 ### Detection [ABCNet: Real-time Scene Text Spotting with Adaptive Bezier-Curve Network](https://arxiv.org/abs/2002.10200) ### Recognition ### E2E ### Others ##### Change Log [20/04/02] Made Issue [20/04/02] add ```ABCNet```(Detection)

End-to-end recognition means that the whole image is feed into the network and the network will output the recognition result for the whole image. The input image to the network...