mAP Results
https://api.roboflow.com/:workspace/model-evals/:evalId/map-resultscurl "https://api.roboflow.com/my-workspace/model-evals/$EVAL_ID/map-results?api_key=$ROBOFLOW_API_KEY"Response (object detection / instance segmentation)
{
"taskType": "object-detection-like",
"splits": {
"test": {
"map50": 0.9239650566041828,
"map50_95": 0.7555258345429926,
"map75": 0.9239650566041828,
"byObjectSize": {
"small": {
"map50": 0.9038189533239035,
"map50_95": 0.6478143732740621,
"map75": 0.9038189533239035
},
"medium": {
"map50": 0.9913366336633663,
"map50_95": 0.8572608399609195,
"map75": 0.9913366336633663
},
"large": null
},
"perClass": {
"Car-rims": {
"map50": 0.9239650566041828,
"map50_95": 0.7555258345429926,
"map75": 0.9239650566041828,
"byObjectSize": {
"small": { "map50": 0.9, "map50_95": 0.65, "map75": 0.85 },
"medium": { "map50": 0.99, "map50_95": 0.85, "map75": 0.99 },
"large": null
}
}
}
},
"valid": { "...": "same shape" },
"train": { "...": "same shape" }
}
}Response (semantic segmentation)
Notes
Last updated
Was this helpful?