Create an image dataset from object classification
Create a dataset from images for object classification.
About this task
Create am image dataset for the purposes of object classification. Each folder in the dataset,
one for testing, training, and validation, has images that are organized by class labels.
/dir/train
├── label1
├── a.png
└── b.png
├── label2
├── c.png
└── d.png
Procedure
Results
The dataset is created once it is in Created state. If creation failed, see the driver and executor logs in the Spark Applications tab.
What to do next
To view details about the dataset, click the dataset name. To use the dataset in a training run, either create a training model or start a training run.