Upload folder using huggingface_hub
Browse files- miner.py +1 -1
- 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.
|
| 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:
|
| 3 |
size 19404973
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be6e4b7e468f655482d0f73509954721601eacb68d376d8191a14bdb7f3d3105
|
| 3 |
size 19404973
|