Skip to content

Commit ef72c00

Browse files
committed
Lower confidence slider default to 10%, min to 1% for debugging
Allows testing whether the model detects players at low confidence thresholds to determine if retraining is needed.
1 parent b897435 commit ef72c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

19-sports-player-id/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ <h2>Settings</h2>
403403
</div>
404404

405405
<div class="control-group">
406-
<label for="confidenceSlider">Min Confidence: <span id="confidenceValue">25%</span></label>
407-
<input type="range" id="confidenceSlider" min="5" max="90" value="25" style="width:100%;">
406+
<label for="confidenceSlider">Min Confidence: <span id="confidenceValue">10%</span></label>
407+
<input type="range" id="confidenceSlider" min="1" max="90" value="10" step="1" style="width:100%;">
408408
</div>
409409

410410
<div class="control-group">

0 commit comments

Comments
 (0)