Skip to content

Commit f873a75

Browse files
Bordaclaude
andcommitted
guard: persist sort/sdp best HOTA=57.675 after 500-trial Optuna search
New code (DIoU + Kalman dynamics + conf-weight + age-discount + two-stage) tuned by Optuna achieves 57.675 vs 53.217 baseline (+8.4%). --- Co-authored-by: Claude Code <noreply@anthropic.com>
1 parent 73ce5a8 commit f873a75

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

autotune/best_config.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -131,21 +131,21 @@
131131
}
132132
},
133133
"sdp": {
134-
"hota": 55.656,
134+
"hota": 57.67464748702108,
135135
"config": {
136-
"lost_track_buffer": 26,
137-
"track_activation_threshold": 0.9725,
138-
"minimum_consecutive_frames": 1,
139-
"minimum_iou_threshold": 0.275,
140-
"max_interpolation_gap": 57,
141-
"velocity_decay": 0.82,
142-
"q_miss_alpha": 0.8,
143-
"p_reset_threshold": 10,
144-
"oru_threshold": 3,
145-
"conf_cost_weight": 0.2,
146-
"iou_age_weight": 0.0,
147-
"high_conf_det_threshold": 0.0,
148-
"stage2_iou_threshold": 0.05
136+
"lost_track_buffer": 82,
137+
"track_activation_threshold": 0.2320478261407267,
138+
"minimum_consecutive_frames": 2,
139+
"minimum_iou_threshold": 0.06181804967868924,
140+
"max_interpolation_gap": 31,
141+
"velocity_decay": 0.5238022129493903,
142+
"q_miss_alpha": 0.7898317380243735,
143+
"p_reset_threshold": 12,
144+
"oru_threshold": 2,
145+
"conf_cost_weight": 0.3603385598416909,
146+
"iou_age_weight": 0.1560674927180593,
147+
"high_conf_det_threshold": 0.6281865321381218,
148+
"stage2_iou_threshold": 0.24818749751865166
149149
}
150150
},
151151
"yoloworld": {
@@ -253,4 +253,4 @@
253253
}
254254
}
255255
}
256-
}
256+
}

0 commit comments

Comments
 (0)