You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add conf_cost_weight to stage-1 assignment (default=0.0 disabled)
- Confidence boost in Hungarian cost: solver_iou *= (1 + w * conf[det])
- Neutral at all tested defaults (0.0–0.5); added to Optuna search space [0.0, 1.0]
- IDSW improved 297→293 at w=0.3 but HOTA regressed; w=0.1 exactly neutral
---
Co-authored-by: Claude Code <noreply@anthropic.com>
0 commit comments