An open API service indexing awesome lists of open source software.

https://github.com/weixuanz/genie

Gas meter monitoring using OpenCV and CNN
https://github.com/weixuanz/genie

cnn gas-meter-monitoring keras opencv

Last synced: 10 months ago
JSON representation

Gas meter monitoring using OpenCV and CNN

Awesome Lists containing this project

README

          

# Gas meter monitoring using OpenCV and CNN

The trained models are tracked using [Git Large File Storage](https://git-lfs.github.com), please ensure it is installed before cloning.

1. ROI extraction with thresholding and edge detection

![ROI extraction](/doc/roi.png)

1. Digit extraction using MSER

![Digit extraction](/doc/digits.png)

1. VGG-like CNN trained on SVHN dataset

![Model](/doc/model.png)

1. Post-processing
Using a median filter and convolution with FFT

![Model](/doc/results.png)

## TODO

- [ ] Check digit extraction order, maybe using a mask instead of Euclidean distance