SuperBitDev commited on
Commit
f9c8207
·
verified ·
1 Parent(s): 7b6384e

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. miner.py +1 -1
  2. weights.onnx +1 -1
miner.py CHANGED
@@ -91,7 +91,7 @@ class Miner:
91
  self.input_height = self._safe_dim(self.input_shape[2], default=SIZE)
92
  self.input_width = self._safe_dim(self.input_shape[3], default=SIZE)
93
 
94
- self.conf_thres = 0.36
95
  self.iou_thres = 0.5
96
  self.max_det = 30
97
  self.use_tta = True
 
91
  self.input_height = self._safe_dim(self.input_shape[2], default=SIZE)
92
  self.input_width = self._safe_dim(self.input_shape[3], default=SIZE)
93
 
94
+ self.conf_thres = 0.35
95
  self.iou_thres = 0.5
96
  self.max_det = 30
97
  self.use_tta = True
weights.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bea838a21be6fee176ec2bf7087533f71b3cb8da53c525d9f91c94a9e8a712ff
3
  size 19407942
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a79aa77d325652b3c3b64b7bf503b5f9e13177c09a26617320c77d5d8136bfa
3
  size 19407942