AMR (automatic meter reading) project for analog meters, built with openCV+Python using basic OCR and image processing knowledge.
Conversion of images typed, handwritten or printed text into machine-encoded text. Widely used form is the data entry from printed papers. Aim is to digitize these texts, so that they can be electronically edited for AI, computer vision or pattern recognition research.
for more info: https://github.com/kba/awesome-ocr
- Project Gutenberg
- Google Books
- Automatic number-plate recognition
- Passport Recognition
- Traffic-Sign Recognition (TSR)
- ...
AMR allows the employees of the service company (electricity/gas/water) or preferably, the consumers themselves to capture meter images using a mobile device, which is cheaper and more feasible than manual on-site reading, and easier to deploy - in the short/medium term - than the replacement of old meters.
1.Analog: Cyclometer and dial displays
2.Digital: Electronic display and smart meters
- Poor file resolution
- Blurry images, particularly motion blur
- Small or large scale
- Poor lighting and low contrast due to overexposure, reflection or shadows
- An object obscuring (dirt, broken glass etc.)
-
CNN
- Train: SVHN (The Street View House Numbers)
- Test: Analog Meter Images
- Test Image Values: .xlsx
-
Python
-
Keras
-
Tensorflow
-
OpenCV
-
Pandas
Accuracy may increase/decrease due to changes in the pre-processing steps or the image quality (brightness, luminance, contrast etc.)