Configuration details used for calculating evaluation metrics and creating an Evaluation
.
JSON representation | |
---|---|
{
"boundingBoxEvaluationOptions": {
object ( |
Fields | |
---|---|
boundingBoxEvaluationOptions |
Only specify this field if the related model performs image object detection ( |
BoundingBoxEvaluationOptions
Options regarding evaluation between bounding boxes.
JSON representation | |
---|---|
{ "iouThreshold": number } |
Fields | |
---|---|
iouThreshold |
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. |