Class ImageSegmentationPredictionParams (1.4.3)

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

Prediction model parameters for Image Segmentation. .. attribute:: confidence_threshold

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.

:type: float

Inheritance

builtins.object > proto.message.Message > ImageSegmentationPredictionParams