Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jomjol committed Aug 22, 2019
1 parent e1f0fa5 commit 765dd67
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# water-meter-system-complete

This repository is the sum of different projects to read out an analog water meter with the help of a camera and image processing, including neural network processing to extract the values.
The result is a HTTP-server, that takes an image as input, processes it and gives as an output the water meter number, including the subdigits.

## Version
##### 1.0 Initial Version
##### 2.0 Update the Analog Counter Convert to "analog_needle_readout_Version2"
* Improved stability of analog counter conversion
##### 2.1 Update the Analog Counter Convert to "analog_needle_readout_Version2_2"
* Improved stability of analog counter conversion
##### 2.2 Adaption to implement Docker container
* Moved all configuration settings to subfolder ''/config'' - including teached CNNChanged
* Moved all configuration settings to subfolder `/config` - including teached CNNChanged
* Changed internal loading of NN-model (tf.LoadLayersModel) to server modus (internal small file server for model via exprss on port 33123)

This repository is the sum of different projects to read out an analog water meter with the help of a camera and image processing, including neural network processing to extract the values.
The result is a HTTP-server, that takes an image as input, processes it and gives as an output the water meter number, including the subdigits.


The overall system with description of the single steps is described here: [https://github.com/jomjol/water-meter-measurement-system](https://github.com/jomjol/water-meter-measurement-system)

Expand Down

0 comments on commit 765dd67

Please sign in to comment.