Object Detection Model
Run an object detection model in a Workflow.
Last updated
Was this helpful?
Was this helpful?
[
{
"model_predictions": {
"image": {
"width": 2048,
"height": 1080
},
"predictions": [
{
"width": 795,
"height": 808,
"x": 883.5,
"y": 676,
"confidence": 0.985406219959259,
"class_id": 0,
"class": "can",
"detection_id": "8797945b-bb46-4f35-b076-9a8f832b1bb0",
"parent_id": "image"
},
{
"width": 248,
"height": 470,
"x": 1924,
"y": 845,
"confidence": 0.9593697190284729,
"class_id": 0,
"class": "can",
"detection_id": "0a61f2e5-0fd3-44e0-955b-1b66308dfab3",
"parent_id": "image"
}
]
}
}
]