Performance by Class
https://api.roboflow.com/:workspace/model-evals/:evalId/performance-by-classcurl "https://api.roboflow.com/my-workspace/model-evals/$EVAL_ID/performance-by-class?api_key=$ROBOFLOW_API_KEY&split=test"Query parameters
Parameter
Type
Description
Response (object detection / instance segmentation)
{
"taskType": "object-detection-like",
"split": "test",
"classes": [
{
"className": "Car-rims",
"map50": 0.9239650566041828,
"map50_95": 0.7555258345429926,
"map75": 0.9239650566041828,
"precision": 0.85,
"recall": 0.85,
"f1": 0.85,
"optimalThreshold": 0.37
},
{
"className": "music-note",
"map50": null,
"map50_95": null,
"map75": null,
"precision": 0,
"recall": 0,
"f1": 0,
"optimalThreshold": 0.5
}
]
}Response (semantic segmentation)
Notes
Last updated
Was this helpful?