INNER CODE UNIT · Python
set_official_dataset
tensorlayer/HyperPose · hyperpose/Config/__init__.py:434
def set_official_dataset(official_flag):
update_data.official_flag=official_flag
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