githubharald / CTCWordBeamSearch

Connectionist Temporal Classification (CTC) decoder with dictionary and language model.
https://towardsdatascience.com/b051d28f3d2e
MIT License
557 stars 160 forks source link

mat_0.csv | How is it created? #42

Closed Tamoghna-Saha closed 4 years ago

Tamoghna-Saha commented 4 years ago
  1. Which program causes the problem

    • Python prototype
  2. Versions

    • Python version
  3. Issue

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

githubharald commented 4 years ago

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).