Overview of CRNN Text Recognition Models
mainCRNN (Convolutional Recurrent Neural Network) is an end-to-end trainable neural network used for image-based sequence recognition, specifically for scene text recognition.
Available model variants include:
- English (EN): Detects digits (0-9) and lowercase letters (a-z).
- Chinese (CH): Detects digits (0-9), upper/lower-case letters (a-z, A-Z), and some special characters.
- Chinese (CN): Detects digits (0-9), upper/lower-case letters (a-z, A-Z), some Chinese characters, and some special characters.
Models are available in standard, FP16 (half-precision), and INT8 (quantized) formats to balance accuracy and performance.