mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-11 05:56:57 +03:00
fixed review findings
This commit is contained in:
@@ -318,7 +318,7 @@
|
||||
<class id="TakeImage_Sharpness_text" style="color:black;">Sharpness</class>
|
||||
</td>
|
||||
<td>
|
||||
<input required type="number" id="TakeImage_Sharpness_value1" size="13" min="-2" max="2"
|
||||
<input required type="number" id="TakeImage_Sharpness_value1" size="13" min="-4" max="3"
|
||||
oninput="(!validity.rangeUnderflow||(value=-4)) && (!validity.rangeOverflow||(value=3)) &&
|
||||
(!validity.stepMismatch||(value=parseInt(this.value)));">
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user