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

training ? #59

Closed
raphaels17 opened this issue Jan 3, 2017 · 4 comments
Closed

training ? #59

raphaels17 opened this issue Jan 3, 2017 · 4 comments

Comments

@raphaels17
Copy link

Hello

I am trying to understand what do to when the app is trained ? how do I get back the training neural network to the camera app ?

Also in the SwiftOCR Camera app there is also SwiftOCRTraining, which is never used what is its purpose?

@NMAC427
Copy link
Owner

NMAC427 commented Jan 3, 2017

Hi @raphaels17

After training you can replace the SwiftOCR/OCR-Network file with the OCR-Network file found on your desktop.

The SwiftOCRTraining file is only needed for training. It is not required for recognition.

@NMAC427 NMAC427 closed this as completed Jan 3, 2017
@raphaels17
Copy link
Author

Thanks very helpful and the result are indeed promising. Some blobs are not being recognized and therefore skipped unfortunately.
This being said I'd like to enhance the accuracy. what would you suggest will increase the numberOfTrainImages be of any use or is 500 a good enough number?
More generally would you have any documentation you believe I should start with to gain a better understanding of your code ?

Thanks a lot for the library is pretty sweet

@NMAC427
Copy link
Owner

NMAC427 commented Jan 3, 2017

You can experiment with increasing the number of training images, but I don't know how it will affect the accuracy.

I don't really have any kind of documentation except for the comments in the code, but I would suggest you to read this wikipedia article about connected-component labelling. I use CCL for character segmentation.

@raphaels17
Copy link
Author

Thanks on to it!

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