Skip to content

Connectionist Temporal Classification (CTC) for Sequence Labelling

Notifications You must be signed in to change notification settings

jagjeet-singh/CTC-for-Sequence-labelling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTC-for-Sequence-labelling

Conventionally, sequence labelling is performed on sequences where each label can be isolated. However, in practical scenarios, this might not be the case. For example, in free hand writing, the letters often overlap and it is not possible to create bounding boxes for each letter. CTC considers the entire sequence as a whole and uses forward-backward algorithm to provide the appropriate labeling. An example of the input sequence taken by this code is:

Alt text

About

Connectionist Temporal Classification (CTC) for Sequence Labelling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages