-
Notifications
You must be signed in to change notification settings - Fork 595
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 a way to access confidence level? #87
Comments
I tried to adapt some work built on @danvk for this purpose, i.e. to show probabilities for each letter. It is really just a small hack from my side, but you can have a look at the branch https://github.com/zuphilip/ocropy/commits/probabilities |
Is it fast running, why not to use fast framework like Theano, they have
|
thank you, @zuphilip, I am checking that! It is great! By the way, do you know whether the result comes out every time is same or not? I mean if I use same model on same image, is it possible to get different results? |
@Sandy4321 It's great to know Theano, but it seems it's just a mathematic library, how does that relate to this? |
It is deep learning framework
|
@zuphilip I just tried your version, it is so so so nice! But I have some problem to interpret the probability numbers, for example the ones listed below. what is the first number and second number mean in each line? BTW, It is great to see your work, it's really amazing and useful.
|
I am no expert on this subject and I just tried out some code. The first number looks to be some index for the representing letter, for example all |
May you pls share code to try
|
You really helped a lot, thanks so much @zuphilip |
whose code are you asking? @Sandy4321 zuphilip has his code in his repository and he has url above. |
super On Fri, Mar 4, 2016 at 10:43 AM, Jason Yang notifications@github.com
|
Same project: |
We should put this in the wiki and/or merge it. |
yes, but it seems this repository is not maintained any more? |
An imroved version is now merged. Example for usage:
|
We are running it on some documents and we need absolute accuracy so we are using human proofreading, but is there any way to access confidence level so that we can just examine the ones with low confidence level?
The text was updated successfully, but these errors were encountered: