Configs#

Configurations for Segmentation.

Configs Initialization of OTX Segmentation.

class otx.algorithms.segmentation.configs.base.Models(value)#

This Enum represents the types of models for inference.

BlurSegmentation = 'blur_segmentation'#
Segmentation = 'segmentation'#
class otx.algorithms.segmentation.configs.base.SegmentationConfig(visible_in_ui: bool = True, tiling_parameters: BaseTilingParameters = _Nothing.NOTHING, learning_parameters: __LearningParameters = _Nothing.NOTHING, postprocessing: __Postprocessing = _Nothing.NOTHING, algo_backend: __AlgoBackend = _Nothing.NOTHING, nncf_optimization: __NNCFOptimization = _Nothing.NOTHING, pot_parameters: __POTParameter = _Nothing.NOTHING, *, id: Optional[Union[str, ID]] = ID(), header: str = 'Configuration for an object detection task of MPA', description: str = 'Configuration for an object detection task of MPA')#

Configurations of OTX Segmentation.

id: ID#
type: ConfigElementType#