This legacy version of AI Platform Data Labeling is deprecated and will no longer be available on Google Cloud after January 23, 2024. All the functionality of legacy AI Platform Data Labeling and new features are available on the Vertex AI platform. See Migrate to Vertex AI to learn how to migrate your resources.

EvaluationConfig

Stay organized with collections Save and categorize content based on your preferences.

Configuration details used for calculating evaluation metrics and creating an Evaluation.

JSON representation
{
  "boundingBoxEvaluationOptions": {
    object (BoundingBoxEvaluationOptions)
  }
}
Fields
boundingBoxEvaluationOptions

object (BoundingBoxEvaluationOptions)

Only specify this field if the related model performs image object detection (IMAGE_BOUNDING_BOX_ANNOTATION). Describes how to evaluate bounding boxes.

BoundingBoxEvaluationOptions

Options regarding evaluation between bounding boxes.

JSON representation
{
  "iouThreshold": number
}
Fields
iouThreshold

number

Minimum [intersection-over-union

(IOU)](/vision/automl/object-detection/docs/evaluate#intersection-over-union) required for 2 bounding boxes to be considered a match. This must be a number between 0 and 1.