Closed czaloom closed 1 month ago
Accuracy
{ "type": "Accuracy", "value": 2 / 3, "parameters": { "score_threshold": 0.25, "iou_threshold": 0.25, "label": "0", }, }, { "type": "Accuracy", "value": 1 / 3, "parameters": { "score_threshold": 0.25, "iou_threshold": 0.25, "label": "1", }, },
{ "type": "Accuracy", "value": 2 / 3, "parameters": { "score_threshold": 0.25, "iou_threshold": 0.25, }, },
Changes
Accuracy
metric is now computed over all labels rather than being per-label.Old Schema (per-label)
New Schema (aggregate)