Annotation Insights
https://api.roboflow.com/${WORKSPACE}/statsParameter
Description
Required
{
"data": [
{
"approved": 73,
"boxesDrawn": 127,
"imagesLabeled": 73,
"projectId": "projectId123",
"projectName": "My CV Project",
"markedNull": 8,
"modelAssisted": 1,
"rejected": 2,
"labelerId": "labelerId123",
"workspaceId": "workspaceId123",
"approvalRate": 97.26
},
{
"approved": 0,
"boxesDrawn": 10,
"imagesLabeled": 5,
"projectId": "projectId123",
"projectName": "My CV Project",
"markedNull": 0,
"modelAssisted": 0,
"rejected": 0,
"labelerId": "labelerId456",
"workspaceId": "workspaceId123",
"approvalRate": null
}
],
"labelers": [
{
"displayName": "Lenny",
"email": "lenny@roboflow.foo",
"id": "labelerId123"
},
{
"displayName": "Dana",
"email": "dana@roboflow.foo",
"id": "labelerId456"
}
],
"stats": {
"numImagesLabeled": 78,
"numBoxesDrawn": 137,
"numImagesMarkedNull": 8,
"totalImagesUsingModelAssist": 1,
"approvalRate": 97.26
}
}Annotation Insights Data Structure
Last updated
Was this helpful?