SuperBitDev commited on
Commit
9e91f74
·
verified ·
1 Parent(s): de09676

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
@@ -73,7 +73,7 @@ class Miner:
73
 
74
  # Tuned for validator scoring: reduce FP (FALSE_POSITIVE pillar),
75
  # preserve recall (MAP50, RECALL), improve precision.
76
- self.conf_thres = 0.25 # Higher = fewer FP, slightly lower recall
77
  self.iou_thres = 0.5 # Lower = suppress duplicate detections (FP)
78
  self.max_det = 100 # Cap detections; sports ~20-30 persons
79
  self.use_tta = True
 
73
 
74
  # Tuned for validator scoring: reduce FP (FALSE_POSITIVE pillar),
75
  # preserve recall (MAP50, RECALL), improve precision.
76
+ self.conf_thres = 0.2 # Higher = fewer FP, slightly lower recall
77
  self.iou_thres = 0.5 # Lower = suppress duplicate detections (FP)
78
  self.max_det = 100 # Cap detections; sports ~20-30 persons
79
  self.use_tta = True
weights.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e2308ea9e8784fa26f57b93fe4d66837b07f031f9371e7f988aec0e8d7c9da9
3
  size 19404973
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be6e4b7e468f655482d0f73509954721601eacb68d376d8191a14bdb7f3d3105
3
  size 19404973