meaculpitt commited on
Commit
db64edf
·
verified ·
1 Parent(s): 5b1aea1

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. miner.py +1 -1
miner.py CHANGED
@@ -54,7 +54,7 @@ import onnxruntime as ort # noqa: E402 — must come after preload
54
  MODEL_DIR = Path(__file__).parent
55
  WEIGHTS = MODEL_DIR / "weights.onnx"
56
  IMG_SIZE = 640
57
- CONF_THRESH = 0.25
58
  IOU_THRESH = 0.45
59
 
60
  # COCO class index → submission class index
 
54
  MODEL_DIR = Path(__file__).parent
55
  WEIGHTS = MODEL_DIR / "weights.onnx"
56
  IMG_SIZE = 640
57
+ CONF_THRESH = 0.55 # sweep: max composite score (0.60×mAP + 0.40×FP_score) at conf=0.55
58
  IOU_THRESH = 0.45
59
 
60
  # COCO class index → submission class index