Recipe 02 — Diagnose Low mAP
- Run
eval_runon the checkpoint you suspect regressed. - Use
eval_per_classto identify whether the drop is broad or concentrated. - Run
eval_error_analysisto inspect likely causes such as small-object misses or class confusion. - Compare the run against a known-good baseline with
eval_compareorrun_compare.
This is the “why did performance fall?” recipe that turns raw metrics into next actions.