mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-31 14:51:02 +03:00
Merge pull request #330 from pixeldoc2000/pixeldoc2000-patch-1
Pixeldoc2000 patch 1
This commit is contained in:
@@ -52,7 +52,7 @@ textarea {
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<button class="button" id="Edit_Config_Direct" onclick="editConfigDirect()" style="display:none">Edit Config.ini direct</button>
|
<button class="button" id="Edit_Config_Direct" onclick="editConfigDirect()" style="display:none">Edit Config.ini direct</button>
|
||||||
<input type="checkbox" id="ExpertModus_enabled" value="1" onclick = 'UpdateExpertModus()' unchecked><label for="ExpertModus_enabled"> Expertenmodus </label>
|
<input type="checkbox" id="ExpertModus_enabled" value="1" onclick = 'UpdateExpertModus()' unchecked><label for="ExpertModus_enabled"> Expert Mode </label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -276,7 +276,7 @@ textarea {
|
|||||||
<input type="text" id="Digits_Model_value1">
|
<input type="text" id="Digits_Model_value1">
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 80%;">
|
<td style="font-size: 80%;">
|
||||||
path to CNN model file for image recognition
|
Path to CNN model file for image recognition
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -330,7 +330,7 @@ textarea {
|
|||||||
<td width="20px" style="padding-left: 40px;"> </td>
|
<td width="20px" style="padding-left: 40px;"> </td>
|
||||||
<td width="200px"> <class id="Analog_Model_text" style="color:black;">Model</class> </td>
|
<td width="200px"> <class id="Analog_Model_text" style="color:black;">Model</class> </td>
|
||||||
<td> <input type="text" id="Analog_Model_value1"> </td>
|
<td> <input type="text" id="Analog_Model_value1"> </td>
|
||||||
<td style="font-size: 80%;"> path to CNN model file for image recognition</td>
|
<td style="font-size: 80%;"> Path to CNN model file for image recognition</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="20px" style="padding-left: 40px;">
|
<td width="20px" style="padding-left: 40px;">
|
||||||
@@ -459,7 +459,7 @@ textarea {
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 80%;">
|
<td style="font-size: 80%;">
|
||||||
Activate to enalbe additional consistency check - especially zero crossing check between digits
|
Enable additional consistency check - especially zero crossing check between digits
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -485,7 +485,7 @@ textarea {
|
|||||||
<input type="number" id="PostProcessing_DecimalShift_value1" step="1">
|
<input type="number" id="PostProcessing_DecimalShift_value1" step="1">
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 80%;">
|
<td style="font-size: 80%;">
|
||||||
shift the digit separator within the digital digits (positiv and negativ)
|
Shift the digit separator within the digital digits (positiv and negativ)
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -533,9 +533,9 @@ textarea {
|
|||||||
<input type="text" id="MQTT_MainTopic_value1">
|
<input type="text" id="MQTT_MainTopic_value1">
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 80%;">
|
<td style="font-size: 80%;">
|
||||||
MQTT main topic, under which the counters are published. The single value will be published with the following key: MAINTOPIC/VALUE_NAME/PARAMTER <br>
|
MQTT main topic, under which the counters are published. The single value will be published with the following key: MAINTOPIC/VALUE_NAME/PARAMETER <br>
|
||||||
where parameters are: value, rate, timestamp, error<br>
|
where parameters are: value, rate, timestamp, error<br>
|
||||||
The general connection status can be found in MAINTOPiC"/CONNECTION
|
The general connection status can be found in MAINTOPIC/CONNECTION
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -563,7 +563,7 @@ textarea {
|
|||||||
<input type="text" id="MQTT_user_value1">
|
<input type="text" id="MQTT_user_value1">
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 80%;">
|
<td style="font-size: 80%;">
|
||||||
user for MQTT authentication
|
User for MQTT authentication
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -577,7 +577,7 @@ textarea {
|
|||||||
<input type="text" id="MQTT_password_value1">
|
<input type="text" id="MQTT_password_value1">
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 80%;">
|
<td style="font-size: 80%;">
|
||||||
password for MQTT authentication
|
Password for MQTT authentication
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user