data_path_to

menpo.io.base.data_path_to(asset_filename)[source]

The path to a builtin asset in the ./data folder on this machine.

Parameters:

asset_filename : string

The filename (with extension) of a file builtin to Menpo. The full set of allowed names is given by ls_builtin_assets()

Returns:

data_path : string

The path to a given asset in the ./data folder

Raises:

ValueError :

If the asset_filename doesn’t exist in the data folder.