mmengine.registry.init_default_scope¶ mmengine.registry.init_default_scope(scope)[source]¶ Initialize the given default scope. Parameters: scope (str) – The name of the default scope. Return type: None