mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 21:17:06 +03:00
Update edit_config_param.html
Fixed some Text
This commit is contained in:
@@ -52,7 +52,7 @@ textarea {
|
||||
</td>
|
||||
<td>
|
||||
<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>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -276,7 +276,7 @@ textarea {
|
||||
<input type="text" id="Digits_Model_value1">
|
||||
</td>
|
||||
<td style="font-size: 80%;">
|
||||
path to CNN model file for image recognition
|
||||
Path to CNN model file for image recognition
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -330,7 +330,7 @@ textarea {
|
||||
<td width="20px" style="padding-left: 40px;"> </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 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>
|
||||
<td width="20px" style="padding-left: 40px;">
|
||||
@@ -459,7 +459,7 @@ textarea {
|
||||
</select>
|
||||
</td>
|
||||
<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>
|
||||
</tr>
|
||||
|
||||
@@ -485,7 +485,7 @@ textarea {
|
||||
<input type="number" id="PostProcessing_DecimalShift_value1" step="1">
|
||||
</td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -1838,4 +1838,4 @@ LoadConfigNeu();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user