Interpret prediction results from image object detection models
Stay organized with collections
Save and categorize content based on your preferences.
After requesting a prediction, Vertex AI returns results based on your
model's objective. AutoML image object detection prediction responses
return all objects found in an image. Each found object has an annotation (label
and normalized bounding box) with a corresponding confidence score. The bounding
box is written as:
Where xMin, xMax are the minimum and maximum x values and
yMin, yMax are the minimum and maximum y values respectively.
Example batch prediction output
Batch AutoML image object detection prediction responses are stored as
JSON Lines files in Cloud Storage buckets. Each line of the JSON Lines
file
contains all objects found in a single image file. Each found object has
an annotation (label and normalized bounding box) with a corresponding
confidence score.
Important: Bounding boxes are specified as:
"bboxes": [
[xMin, xMax, yMin, yMax],
...]
Where xMin and xMax are the minimum and maximum x values and
yMin and yMax are the minimum and maximum y values respectively.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-09 UTC."],[],[]]