meaculpitt commited on
Commit
9c6ce31
·
verified ·
1 Parent(s): 2761d82

deploy push for beverage (deploy)

Browse files
Files changed (1) hide show
  1. miner.py +1 -1
miner.py CHANGED
@@ -98,7 +98,7 @@ class Miner:
98
  # yolo26s+FP16 model — model produces fewer high-conf detections than
99
  # hermestech's. 0.60 should retain mid-conf real detections while
100
  # still cutting noise.
101
- self.conf_threshold = 0.60 # was 0.75 (hermestech's value); pre-hermestech was 0.55
102
  self.iou_thresh = 0.07 # unchanged — aggressive NMS still desired
103
  self.cross_iou_thresh = 0.7 # cross-class dedup (kept; hermestech omits)
104
  self.max_det = 150
 
98
  # yolo26s+FP16 model — model produces fewer high-conf detections than
99
  # hermestech's. 0.60 should retain mid-conf real detections while
100
  # still cutting noise.
101
+ self.conf_threshold = 0.60 # was 0.75 (hermestech's value); pre-hermestech was 0.55 # husky-collision-retry
102
  self.iou_thresh = 0.07 # unchanged — aggressive NMS still desired
103
  self.cross_iou_thresh = 0.7 # cross-class dedup (kept; hermestech omits)
104
  self.max_det = 150