fastdev.datasets.modelnet¶
Module Contents¶
- class fastdev.datasets.modelnet.ModelNetDataset(config: ModelNetDatasetConfig, split: Literal['train', 'test'] = 'train')[source]¶
Bases:
torch.utils.data.Dataset
ModelNet dataset.
By setting download_if_not_exist=True, the dataset will be downloaded from Hugging Face Hub.
The modelnet40 dataset has already been FPS sampled, no need to run FPS sampling again.
- Parameters:
config (ModelNetDatasetConfig)
split (Literal['train', 'test'])