coolroman commited on
Commit
c5fa4a3
·
verified ·
1 Parent(s): 35d5800

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. miner.py +1 -1
miner.py CHANGED
@@ -98,7 +98,7 @@ class Miner:
98
 
99
  # Tuning matched to alfred's deployed model — bias toward precision to dodge
100
  # the false_positive pillar penalty (validator weights FP heavily on this element).
101
- self.conf_thres = 0.60
102
  self.iou_thres = 0.4
103
  self.cross_iou_thresh = 0.7
104
  self.max_det = 100
 
98
 
99
  # Tuning matched to alfred's deployed model — bias toward precision to dodge
100
  # the false_positive pillar penalty (validator weights FP heavily on this element).
101
+ self.conf_thres = 0.50
102
  self.iou_thres = 0.4
103
  self.cross_iou_thresh = 0.7
104
  self.max_det = 100