Model★ 2nd place
3LC Multi-Vehicle Detection
Our first open-source model. 2nd place at the 3LC Multi-Vehicle Detection Challenge — a frozen YOLOv8n, where the only room to improve was data quality.
What made the difference
Four levers, all on the data.
The journey
From 0.543 to 0.928, never touching the model.
baselineStarter, 10 epochs.0.543
v3Hand-reviewed labels.0.755
v5Sequence split + 3LC weights.0.927
v7Difficulty weighting.0.927
v12100% of the labelled data. Winning submission.0.928
The method
Winning points without moving the model.
01
Review
Let a human judge ambiguous labels — model confidence alone is a poor signal.
02
Measure honestly
A leak-free split: a gain that doesn't transfer to the leaderboard is a signal, not a fluke.
03
Choose robust
Model the public→private shake-down and aim for diverse failure modes, not top public score.