mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-03 03:01:40 +00:00
Add support for object detection on Rubik Pi 3 (#2005)
This commit is contained in:
@@ -90,7 +90,7 @@ const selectedModel = computed({
|
||||
class="pt-2"
|
||||
:slider-cols="interactiveCols"
|
||||
label="NMS Threshold"
|
||||
tooltip="The Non-Maximum Suppression threshold used to filter out overlapping detections. Lower values mean more detections are allowed through, but may result in false positives."
|
||||
tooltip="The Non-Maximum Suppression threshold used to filter out overlapping detections. Higher values mean more detections are allowed through, but may result in false positives."
|
||||
:min="0"
|
||||
:max="1"
|
||||
:step="0.01"
|
||||
|
||||
Reference in New Issue
Block a user