Configs#

Model configurations.

Configs Initialization of OTX Detection.

class otx.algorithms.detection.configs.base.DetectionConfig(visible_in_ui: bool = True, learning_parameters: __LearningParameters = _Nothing.NOTHING, postprocessing: __Postprocessing = _Nothing.NOTHING, nncf_optimization: __NNCFOptimization = _Nothing.NOTHING, pot_parameters: __POTParameter = _Nothing.NOTHING, algo_backend: __AlgoBackend = _Nothing.NOTHING, tiling_parameters: __TilingParameters = _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 Detection.

id: ID#
type: ConfigElementType#

Base configs for detection.

Instance-Segmentation Models configurations.

Rotated-Detection Models configurations.