Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Learning Model #14

Open
Benehiko opened this issue May 12, 2018 · 2 comments
Open

Learning Model #14

Benehiko opened this issue May 12, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Benehiko
Copy link
Owner

The OCR system needs to learn from success stories.
An idea is to write to an SQLite database created by the OCR system.
This system will add only the license plate slice to the database.

Will be made threadable for quick access on multiple occasions. Since we might have to process multiple images at the same time.

@Benehiko Benehiko added the enhancement New feature or request label May 12, 2018
@Benehiko Benehiko self-assigned this May 12, 2018
@Benehiko
Copy link
Owner Author

The backend support for this has been implemented in the latest development build.
Backend support includes:

  • Custom image object
  • SQLite support for multiple databases
  • READ and WRITE support for License plate slice

@Benehiko
Copy link
Owner Author

Use Neural network to build links between incomplete text and their "predicted" values.
This might increase optimal output.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant