githubharald / CTCWordBeamSearch

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

Home Page:https://harald-scheidl.medium.com/b051d28f3d2e

Repository from Github https://github.comgithubharald/CTCWordBeamSearchRepository from Github https://github.comgithubharald/CTCWordBeamSearch

mat_0.csv | How is it created?

Tamoghna-Saha opened this issue · comments

  1. Which program causes the problem
  • Python prototype
  1. Versions
  • Python version
  1. Issue

I am trying to use more IAM validation data, but unable to understand how to get the mat_X.csv.

you need a trained neural network, and then dump the output of the RNN layer.
It is implemented in the SimpleHTR repo with the --dump option (see README).