INNER CODE UNIT · Python

get_config

tensorlayer/HyperPose · hyperpose/Config/__init__.py:44

def get_config():
    '''get the config object with all the configuration information

    get the config object based on the previous setting functions, 
    the config object will be passed to the functions of Model and Dataset module to
    construct the system.

    only the setting functions called before this get_config function is valid, thus
    use this function after all configuration done.
    
    Parameters
    ----------
    None

    Returns
    -------
    config object
        an edict object contains all the configuration information.

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…