mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-02-04 00:30:45 +03:00
Update edit_config_param.html
Fixed some Text
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>
|
||||||
@@ -1838,4 +1838,4 @@ LoadConfigNeu();
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user