Compile custom TF operation
ritvikagrawal1 opened this issue · comments
Follow these instructions to integrate word beam search decoding:
- Clone repository CTCWordBeamSearch.
- Compile custom TF operation (follow instructions given in README).
- 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.