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

Commit

Permalink
Update to V4.1.1 - Error Correction
Browse files Browse the repository at this point in the history
Correction in ReadDigitalDigitClass.py
  • Loading branch information
jomjol committed Nov 29, 2019
1 parent 1b8e28c commit 28bb23a
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This repository is the sum of different projects to read out an analog water met
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.

## Changelog - lastest version
##### 4.1.1 (2019-11-29)
* Error correction in ReadDigitalDigitClass.py
##### 4.1.0 (2019-11-25)
* Upgrade to Tensorflow 2.0
* Changed image processing within CNN to Pillow (instead of OpenCV)
Expand Down
3 changes: 2 additions & 1 deletion code/lib/ReadDigitalDigitClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ def saveLogImage(self, image, value, logtime):
return
speichername = image[0] + '_' + logtime + '.jpg'
speichername = self.log_Image + '/' + str(value) + '/' + speichername
cv2.imwrite(speichername, image[1])
image[1].save(speichername, "JPEG")
# cv2.imwrite(speichername, image[1])
Binary file removed code/lib/__pycache__/CutImageClass.cpython-37.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed code/lib/__pycache__/__init__.cpython-37.pyc
Binary file not shown.

0 comments on commit 28bb23a

Please sign in to comment.