-
Notifications
You must be signed in to change notification settings - Fork 258
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
different output at exported model #135
Comments
There's not much to go on, so could you maybe provide more information? I may not be able to help, since it's your own fork with significant changes, but maybe someone else would take a look. Does your Korean fork include the latest master changes? What's the correct fork/branch to look at? How exactly are you exporting the model? Do you have different results for the exact same image with Unless your issue includes all that, it would be very hard to see where the issue comes from. |
thank you for your response. my information as below;
test for 1.jpeg : in case curl, 1.jpeg showed different result. (py37) kspook@ml004:~/aocrKR$ python aocr36/main.py predict data/test-img3/1.jpeg (py37) kspook@ml004:~/aocrKR$ python aocr36/main.py test data/testingk.tfrecords n,c, 5 5 (base) kspook@ml004:~$ curl -X POST http://localhost:9002/v1/models/aocr:predict -H 'cache-control: no-cache' -H 'content-type: application/json -d '{ |
In addition to test 1.jpeg the above posting, I will continue for 'shin'
|
I'm going to leave this issue open for a while in case someone wants to jump in, but as I've mentioned, I don't have the capacity to debug forks, unfortunately. Hopefully someone will be able to help or you'll be able to figure it out :) |
@emedvedev , for your information, the exported model can't return Korean recognition when I use 'stdin' in predict() at main.py to get image file. Now I can't get number recognition well when I changed argument style to get image. |
@emedvedev, I finally found out the difference b/ saved_model and script is bug of your code. If I train with the basic settings, it returns the same result b/ the saved model and script. code : https://github.com/kspook/aocr_fullascii.git |
@emedvedev, in my case, it doesn't work when I run exported model including Korean recognition. T.T
In the exported model, Korean return good results, but number and English Alphabet showed different result.
Test & predict show the good results .
Do you have solution?
The text was updated successfully, but these errors were encountered: