tflite_support.task.processor.SegmentationOptions

Options for segmentation processor.

display_names_locale The locale to use for display names specified through the TFLite Model Metadata.
output_type The output mask type allows specifying the type of post-processing to perform on the raw model results.

Methods

__eq__

View source

Checks if this object is equal to the given object.

Args
other The object to be compared with.

Returns
True if the objects are equal.

display_names_locale None
output_type <OutputType.CATEGORY_MASK: 1>