open3d.data.MonkeyModel

class open3d.data.MonkeyModel

Data class for MonkeyModel contains a monkey model file, along with material and various other texture files. The model file can be accessed using path, however in order to access the paths to the texture files one may use path_map[“filename”]` method.

__init__(self: open3d.cpu.pybind.data.MonkeyModel, data_root: str = '') → None
property data_root

Get data root directory. The data root is set at construction time or automatically determined.

property download_dir

Get absolute path to download directory. i.e. ${data_root}/${download_prefix}/${prefix}

property extract_dir

Get absolute path to extract directory. i.e. ${data_root}/${extract_prefix}/${prefix}

property path

Returns the monkey model file.

property path_map

Returns the map of filename to path. Refer documentation page for available options.

property prefix

Get prefix for the dataset.