githubharald / CTCWordBeamSearch

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

Compile custom TF operation #51

Closed ritvikagrawal1 closed 3 years ago

ritvikagrawal1 commented 3 years ago

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.

githubharald commented 3 years ago

https://github.com/githubharald/CTCWordBeamSearch#tensorflow-custom-operation

githubharald commented 3 years ago

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