noether.data.datasets.cfd.emmi_wing.dataset¶
Attributes¶
Classes¶
Dataset implementation for CAEML datasets AhmedML and DrivAerML. |
Module Contents¶
- noether.data.datasets.cfd.emmi_wing.dataset.WING_FILE_MAP¶
- class noether.data.datasets.cfd.emmi_wing.dataset.EmmiWingDataset(dataset_config)¶
Bases:
noether.data.datasets.cfd.caeml.dataset.CAEMLDatasetDataset implementation for CAEML datasets AhmedML and DrivAerML.
- Parameters:
dataset_config (noether.core.schemas.dataset.DatasetBaseConfig) – Configuration for the dataset.
dataset_name – Name of the dataset.
dataset_config – Configuration for the dataset.
dataset_name – Name of the dataset.
- Raises:
TypeError – If dataset_config is not ShapeNetDatasetConfig
ValueError – If configuration is invalid or split is unknown
FileNotFoundError – If data directory does not exist
- property get_dataset_splits: noether.core.schemas.dataset.DatasetSplitIDs¶
- Return type:
noether.core.schemas.dataset.DatasetSplitIDs