otx.algorithms.detection.configs.base#

Configs Initialization of OTX Detection.

Classes

DetectionConfig([visible_in_ui, ...])

Configurations 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: str | ID | None = ID(), header: str = 'Configuration for an object detection task of OTX', description: str = 'Configuration for an object detection task of OTX')[source]#

Bases: BaseConfig

Configurations of OTX Detection.

Method generated by attrs for class DetectionConfig.