scorevision: push artifact
Browse files
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.
|
| 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
|