Configs#

Model configurations.

Configs Initialization of OTX Action Tasks.

class otx.algorithms.action.configs.base.ActionConfig(visible_in_ui: bool = True, tiling_parameters: BaseTilingParameters = _Nothing.NOTHING, learning_parameters: __LearningParameters = _Nothing.NOTHING, nncf_optimization: __NNCFOptimization = _Nothing.NOTHING, pot_parameters: __POTParameter = _Nothing.NOTHING, algo_backend: __AlgoBackend = _Nothing.NOTHING, *, id: Optional[Union[str, ID]] = ID(), header: str = 'Configuration for an action classification task of OTX', description: str = 'Configuration for an action classification task of OTX')#

Configurations of OTX Action Tasks.

id: ID#
type: ConfigElementType#

Config for action classifcation.

Config Initialization for OTX Action Detection.