Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 538 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 538 Bytes

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