diff --git a/Granny/Analyses/Segmentation.py b/Granny/Analyses/Segmentation.py index 16cd2e8..79469c0 100644 --- a/Granny/Analyses/Segmentation.py +++ b/Granny/Analyses/Segmentation.py @@ -142,7 +142,7 @@ def __init__(self): ) self.conf_threshold.setMin(0.0) self.conf_threshold.setMax(1.0) - self.conf_threshold.setValue(0.25) + self.conf_threshold.setValue(0.7) self.conf_threshold.setIsRequired(False) # YOLO IOU threshold parameter