Update 2020-10-25

This commit is contained in:
jomjol
2020-10-25 19:56:22 +01:00
parent 1223aa7c70
commit 642cefb84f
16 changed files with 100 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ SearchFieldY = 20
[Digits]
Model=/config/dig0640s3.tflite
Model=/config/dig0650s3.tflite
LogImageLocation = /log/digit
ModelInputSize 20, 32
digit1, 306, 120, 37, 67

Binary file not shown.

Binary file not shown.

View File

@@ -73,8 +73,8 @@ li.dropdown {
<body style="font-family: arial">
<h1>Watermeter - AI on the edge</h1>
<h2>An ESP32 all in neural network recognition system</h2>
<h1>Digitizer - AI on the edge</h1>
<h2>An ESP32 all inclusive neural network recognition system for meter digitalization</h2>
<ul>
<li><a href="#"onclick="document.getElementById('maincontent').src = '/wasserzaehler_roi.html';">Overview</a></li>

View File

@@ -23,9 +23,42 @@ div {
</head>
<body style="font-family: arial; padding: 0px 10px;">
<h3>Host Info</h3>
<table style="font-family: arial">
<tr>
<td>
Hostname:
</td>
<td>
<div id="gitbranch">
<object data="/version?type=Hostname"></object>
</div>
</td>
</tr>
<tr>
<td>
IP-Address:
</td>
<td>
<div id="gitbranch">
<object data="/version?type=IP"></object>
</div>
</td>
</tr>
<tr>
<td>
WLan-SSID:
</td>
<td>
<div id="gitbranch">
<object data="/version?type=SSID"></object>
</div>
</td>
</tr>
</table>
<h3>Version Info</h3>
<table style="font-family: arial">

View File

@@ -1 +1 @@
1.0.0
1.1.0