Striveworks / valor

Valor is a centralized evaluation store which makes it easy to measure, explore, and rank model performance.
https://striveworks.github.io/valor/
Other
38 stars 4 forks source link

Add Aggregate F1 Scores to Object Detection #810

Open czaloom opened 1 month ago

czaloom commented 1 month ago

Feature Request

New Metrics

{
    "type": "MacroAverageF1",
    "value": 2 / 3,
    "parameters": {
        "iou_threshold": 0.6,
        "score_threshold": 0.0,
    },
}
{
    "type": "WeightedAverageF1",
    "value": 2 / 3,
    "parameters": {
        "iou_threshold": 0.1,
        "score_threshold": 0.0,
    },
}