Esempio n. 1
0
def data_dir_path():
    r"""A path to the Menpo built in ./data folder on this machine.

    Returns
    -------
    ``pathlib.Path``
        The path to the local Menpo ./data folder
    """
    return menpo_src_dir_path() / 'data'
Esempio n. 2
0
def data_dir_path():
    r"""A path to the Menpo built in ./data folder on this machine.

    Returns
    -------
    ``pathlib.Path``
        The path to the local Menpo ./data folder
    """
    return menpo_src_dir_path() / 'data'