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

Is there an easy way to get the probability of the best path? #28

Closed
fracav opened this issue Mar 6, 2021 · 2 comments
Closed

Is there an easy way to get the probability of the best path? #28

fracav opened this issue Mar 6, 2021 · 2 comments
Assignees

Comments

@fracav
Copy link

fracav commented Mar 6, 2021

I'm working on an automatic handwriting transcription system, which uses ctc_decoding to get the final prediction. I was able to take advantage of your fantastic and lightning-fast implementation. I might find it useful to get the probability linked to the best path but I'm not very familiar with rust.

Thanks in advance

@fracav fracav changed the title There is an easy way to get the probability of the best path? Is there an easy way to get the probability of the best path? Mar 6, 2021
@iiSeymour iiSeymour self-assigned this Mar 8, 2021
@iiSeymour
Copy link
Member

Hey @fracav

You do get a path returned from the search which you can use to index the probability matrix - maybe this solves your need?

@fracav
Copy link
Author

fracav commented Mar 8, 2021

Hi @iiSeymour

Thank you very much for the reply, I followed your advice and I succeeded.
good evening :)

@fracav fracav closed this as completed Mar 8, 2021
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