Benehiko / ocr-core

Monash University Industrial Experience Project: Team DreamTeam
0 stars 0 forks source link

Learning Model #14

Open Benehiko opened 6 years ago

Benehiko commented 6 years ago

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 commented 6 years ago

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

Benehiko commented 6 years ago

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