Giter Site home page Giter Site logo

amr-with-cv's Introduction

AMR-with-CV

Automated energy meter reading using Image processing and Machine learning

Summary

  1. Meters are classified as needle based and digit based using a CNN based model (LeNet architecture). Dataset for the same was collected using in-lab instruments. Around 250 images of each - analog meters with needle based display and digit based display were captured.
  2. If meter with needle is detected from the above step, image preprocessing techniques are used to detect and measure the readings. Techniques like gaussain blur, binary thresholding, canny edge detector and hough transforms are used to get the sensitivity of the meter (value/angle). This sensitivity is then used to measure the meter value.
  3. If digit based meters are deteted, each digit is segmented using bounding box detection method. And then the digits are detected by a CNN based trained model. Chars74k dataset was used to train the model.

Notes

  • src/ contains the main source code.
  • Dataset of analog meters meters3_cropped
  • training_and_clasification/ has all the digit training and energy meter detection training models and code.

amr-with-cv's People

Contributors

sushruthn96 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.