Type alias ObjectDetectionPrediction

ObjectDetectionPrediction: BasePrediction & {
    coordinates: Coordinates;
}

A single bounding box prediction for an image. It includes a predicted bounding box (xmin, ymin, xmax, ymax), confidence score and the predicted label.

Generated using TypeDoc