SuperBitDev commited on
Commit
9520340
·
verified ·
1 Parent(s): 018f7bd

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. miner.py +1 -1
miner.py CHANGED
@@ -75,7 +75,7 @@ class Miner:
75
  self.conf_thres = 0.25
76
 
77
  # High-confidence boxes can survive without TTA confirmation
78
- self.conf_high = 0.5
79
 
80
  # NMS threshold
81
  self.iou_thres = 0.50
 
75
  self.conf_thres = 0.25
76
 
77
  # High-confidence boxes can survive without TTA confirmation
78
+ self.conf_high = 0.55
79
 
80
  # NMS threshold
81
  self.iou_thres = 0.50