HypVINN.utils.load_config

HypVINN.utils.load_config.get_config(args)[source]

Given the arguments, load and initialize the configs.

Parameters:
argsobject

The arguments object.

Returns:
cfgyacs.config.CfgNode

The configuration node.

HypVINN.utils.load_config.load_config(cfg_file)[source]

Load and initialize the configuration from a given file.

Parameters:
cfg_filePath, str

The path to the configuration file. The function will load configurations from this file.

Returns:
cfgyacs.config.CfgNode

The configuration node, loaded and initialized with the given file.