Type alias SegmentationPrediction

SegmentationPrediction: BasePrediction & {
    bitmap: string;
}

A single segmentation mask prediction for an image. It includes a predicted segmentation mask, confidence score and the predicted label.

Generated using TypeDoc