INNER CODE UNIT · Python

set_dataset_path

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

def set_dataset_path(dataset_path):
    '''set the path of the dataset

    set the path of the directory where dataset is,if the dataset doesn't exist in this directory, 
    then it will be automaticly download in this directory and decoded. 

    Parameters
    ----------
    arg1 : String
        a string indicates the path of the dataset,
        default: ./data 
    
    Returns
    -------
    None
    '''
    update_data.dataset_path=dataset_path

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…