aaron-xichen / cnn-lstm-ctc
An implementation of LSTM and CTC to recognize simple english sentence image
☆63Updated 8 years ago
Alternatives and similar repositories for cnn-lstm-ctc:
Users that are interested in cnn-lstm-ctc are comparing it to the libraries listed below
- using rnn (lstm or gru) and ctc to convert line image into text, based on torch7 and warp-ctc☆74Updated 8 years ago
- MXNet based Neural Machine Translation☆118Updated 6 years ago
- An OCR-system based on torch using the technique of LSTM/GRU-RNN, CTC and referred to the works of rnnlib and clstm.☆66Updated 9 years ago
- TensorFlow Input Pipeline Examples based on multi-thread and FIFOQueue☆52Updated 7 years ago
- a mxnet multi-task tutorial☆33Updated 8 years ago
- The code to learn mxnet☆60Updated 8 years ago
- Faster R-CNN, an MXNet implementation with distributed implementation and data parallelization.☆36Updated 8 years ago
- Sequence to sequence learning with MXNET☆50Updated 8 years ago
- This repo contains code written by MXNet for ocr tasks, which uses an cnn-lstm-ctc architecture to do text recognition.☆50Updated 7 years ago
- For my own use BVLC/caffe helper tools☆24Updated 9 years ago
- ☆37Updated 9 years ago
- SSD-based plate detection☆122Updated 6 years ago
- Implementation of GoogLeNet with lasagne and theano☆28Updated 9 years ago
- Image Captioning with Deep Bidirectional LSTMs☆86Updated 7 months ago
- Full convolution MultiBox Detector ( like SSD) implemented in Torch.☆40Updated 8 years ago
- Chinese Handwriting Recognition with CNNs