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

Compile custom TF operation

ritvikagrawal1 opened this issue · comments

Follow these instructions to integrate word beam search decoding:

  1. Clone repository CTCWordBeamSearch.
  2. Compile custom TF operation (follow instructions given in README).
  3. Copy binary TFWordBeamSearch.so from the CTCWordBeamSearch repository to the src/ directory of the SimpleHTR repository.

Can you please explain what step 2 is?
I'm unable to get that, as I want to generate .so file.

Closing because of inactivity, you can re-open if needed.