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

How to get confidence values? #24

Closed
Epsirom opened this issue Jul 21, 2015 · 2 comments
Closed

How to get confidence values? #24

Epsirom opened this issue Jul 21, 2015 · 2 comments

Comments

@Epsirom
Copy link

Epsirom commented Jul 21, 2015

Hi @tmbdev , I did some experiments about offline handwriting recognition with clstm. The network can produce one sequential result by given image.

Is it possible to get confidence values of the result? For example, as shown in the image given by #18 , every position of the sequence has different colors for different predictions.

Are there any interfaces in clstm to get such confidence values?

Thanks.

@tmbdev
Copy link
Owner

tmbdev commented Jul 21, 2015

I've added another overloading for CLSTM::predict that gives you confidence values. You can also get them from the clstmocr command line by setting conf=1

@tmbdev tmbdev closed this as completed Jul 21, 2015
@Epsirom
Copy link
Author

Epsirom commented Aug 3, 2015

Thanks, @tmbdev

I have another question.

Can the predict interface provide top-N results?
That will be helpful for better results and finding weakness of datasets.

Thanks.

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