ctc topic

List ctc repositories

sightseq

123
Stars
35
Forks
Watchers

Computer vision tools for fairseq, containing PyTorch implementation of text recognition and object detection

cnn_lstm_ctc_ocr

495
Stars
170
Forks
Watchers

Tensorflow-based CNN+LSTM trained with CTC-loss for OCR

rnn_ctc

220
Stars
83
Forks
Watchers

Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.

torch-asg

50
Stars
9
Forks
Watchers

Auto Segmentation Criterion (ASG) implemented in pytorch

CTC_pytorch

216
Stars
48
Forks
Watchers

CTC end -to-end ASR for timit and 863 corpus.

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

458
Stars
109
Forks
Watchers

一个执着于让CPU\端侧-Model逼近GPU-Model性能的项目,CPU上的实时率(RTF)小于0.1

ctcdecode

811
Stars
238
Forks
Watchers

PyTorch CTC Decoder bindings

CTCWordBeamSearch

544
Stars
161
Forks
Watchers

Connectionist Temporal Classification (CTC) decoder with dictionary and language model.