SuperBitDev commited on
Commit
72f590d
·
verified ·
1 Parent(s): 6362faa

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. miner.py +1 -1
miner.py CHANGED
@@ -84,7 +84,7 @@ class Miner:
84
  self.input_width = self._safe_dim(self.input_shape[3], default=SIZE)
85
 
86
  self.conf_thres = 0.49
87
- self.iou_thres = 0.45
88
  self.max_det = 100
89
  self.use_tta = True
90
  self.tile_size = SIZE
 
84
  self.input_width = self._safe_dim(self.input_shape[3], default=SIZE)
85
 
86
  self.conf_thres = 0.49
87
+ self.iou_thres = 0.28
88
  self.max_det = 100
89
  self.use_tta = True
90
  self.tile_size = SIZE