Class ImageSegmentationPredictionParams (1.18.0)

ImageSegmentationPredictionParams(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Prediction model parameters for Image Segmentation.

Attribute

NameDescription
confidence_threshold float
When the model predicts category of pixels of the image, it will only provide predictions for pixels that it is at least this much confident about. All other pixels will be classified as background. Default value is 0.5.

Inheritance

builtins.object > proto.message.Message > ImageSegmentationPredictionParams

Methods

ImageSegmentationPredictionParams

ImageSegmentationPredictionParams(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Prediction model parameters for Image Segmentation.