import_builtin_asset¶
-
menpo.io.
import_builtin_asset
()¶ This is a dynamically generated method. This method is designed to automatically generate import methods for each data file in the
data
folder. This method it designed to be tab completed, so you do not need to call this method explicitly. It should be treated more like a property that will dynamically generate functions that will import the shipped data. For example:>>> import menpo >>> bb_image = menpo.io.import_builtin_asset.breakingbad_jpg()