open3d.ml.tf.utils.Config¶
-
class
open3d.ml.tf.utils.Config(cfg_dict=None)¶ docstring for Config
-
__init__(cfg_dict=None)¶ Initialize self. See help(type(self)) for accurate signature.
-
dump(*args, **kwargs)¶ Dump to a string.
-
static
load_from_file(filename)¶
-
static
merge_cfg_file(cfg, args, extra_dict)¶ Merge args and extra_dict from the input arguments. Merge the dict parsed by MultipleKVAction into this cfg.
-
merge_from_dict(new_dict)¶ Merge a new into cfg_dict.
- Parameters
new_dict (dict) – a dict of configs.
-
static
merge_module_cfg_file(args, extra_dict)¶ Merge args and extra_dict from the input arguments. Merge the dict parsed by MultipleKVAction into this cfg.
-