Data (off_parser.data)¶
This module contains functions for loading built-in and publicly available 3D model data.
Functions¶
load_data(name) |
Loads the built-in data file into an OffParser object. |
download_dataset(name) |
Downloads the named dataset to the system temporary folder. |
load_modelnet10(partition) |
Downloads the ModelNet10 dataset and returns a generator of OffParser objects. |
load_modelnet40(partition) |
Downloads the ModelNet40 dataset and returns a generator of OffParser objects. |