Function mindspore::dataset::CelebA
Defined in File datasets.h
Function Documentation
Function to create a CelebADataset.
Note
The generated dataset has two columns [‘image’, ‘attr’]. The type of the image tensor is uint8. The attr tensor is uint32 and one hot type.
- Parameters
dataset_dir – [in] Path to the root directory that contains the dataset.
usage – [in] One of “all”, “train”, “valid” or “test”.
sampler – [in] Raw pointer to a sampler object used to choose samples from the dataset.
decode – [in] Decode the images after reading (default=false).
extensions – [in] Set of file extensions to be included in the dataset (default={}).
cache – [in] Tensor cache to use (default=nullptr which means no cache is used).
- Returns
Shared pointer to the CelebADataset.