scorevision: push artifact
Browse files
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.
|
| 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
|