ctc topic
sightseq
Computer vision tools for fairseq, containing PyTorch implementation of text recognition and object detection
cnn_lstm_ctc_ocr
Tensorflow-based CNN+LSTM trained with CTC-loss for OCR
rnn_ctc
Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.
torch-asg
Auto Segmentation Criterion (ASG) implemented in pytorch
CTC_pytorch
CTC end -to-end ASR for timit and 863 corpus.
Multimodal-Gesture-Recognition-with-LSTMs-and-CTC
An end-to-end system that performs temporal recognition of gesture sequences using speech and skeletal input. The model combines three networks with a CTC output layer that recognises gestures from co...
TensorflowASR
一个执着于让CPU\端侧-Model逼近GPU-Model性能的项目,CPU上的实时率(RTF)小于0.1
ctcdecode
PyTorch CTC Decoder bindings
CTCWordBeamSearch
Connectionist Temporal Classification (CTC) decoder with dictionary and language model.