Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctc_decode #59

Open
FranciscoBesteiro opened this issue Mar 12, 2021 · 1 comment
Open

ctc_decode #59

FranciscoBesteiro opened this issue Mar 12, 2021 · 1 comment

Comments

@FranciscoBesteiro
Copy link

I'm using emgu.tf on a c# project where I need to use the function:

tf.keras.backend.ctc_decode(
y_pred,
input_length,
greedy=True,
beam_width=100,
top_paths=1
)

However, I can't find in your solution a way to use it. Is it possible to use the function using your nugets? If not, Do you have a suggestion on how to use it?

@emgucv
Copy link
Owner

emgucv commented Mar 16, 2021

Emgu TF mainly exposed the Tensorflow C-API to C#:
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/c/c_api.h

If it is not part of the C-API (such as the ctc_decode function you mention), it is not included in Emgu TF.

I tried to look for a CTC decode implementation in C# but couldn't find one. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants