I'm trying to embed CTCWordBeamSearch to SimpleHTR
inorder to build TFWordBeamSearch.so file on my custom data we need to have matx.csv and gt.txt file , how do I generate these file for my data, can I use the same TFWordBeamSearch.so file generated on IAM data set that is in the repository , please advise.
Hi,
you simply have to compile (see README) the decoder and then copy the resulting ".so" file to the src directory of SimpleHTR (see README).
Then, call the SimpleHTR script with --wordbeamsearch parameter.
The mat and gt files are only needed for testing (i.e., you can ignore them).
@githubharald
I'm trying to embed CTCWordBeamSearch to SimpleHTR inorder to build TFWordBeamSearch.so file on my custom data we need to have matx.csv and gt.txt file , how do I generate these file for my data, can I use the same TFWordBeamSearch.so file generated on IAM data set that is in the repository , please advise.