public interface ImageSegmentationPredictionParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidenceThreshold()
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getConfidenceThreshold()
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.
float confidence_threshold = 1;Copyright © 2024 Google LLC. All rights reserved.