Comment on page
CreateML Classifier
Apple’s Create ML format is used by the desktop tool for training ML models without code. It supports training Image Classifiers. Select elements from schema are supported.
Image files are organized into a folder structure based on the classification selected. Example folder structure with train and validation sets shown:
./train
./train/location
./train/location/outdoors
./train/location/outdoors/unselected
./train/location/outdoors/unselected/01EY1TCCNTBMWKBEXGYBXMRFKZ.jpeg
./train/location/outdoors/selected
./train/location/outdoors/selected/01EY1TCD9JE94KFRXRENQH4ZK0.jpeg
./train/location/outdoors/selected/01EY1TCAS7RN93CB4Z2CS6CMWD.jpeg
./train/location/outdoors/selected/01EY1TCEMBKJH3M93HDEEX2H6P.jpeg
./train/location/indoors
./train/location/indoors/unselected
./train/location/indoors/unselected/01EY1TCD9JE94KFRXRENQH4ZK0.jpeg
./train/location/indoors/unselected/01EY1TCAS7RN93CB4Z2CS6CMWD.jpeg
./train/location/indoors/unselected/01EY1TCEMBKJH3M93HDEEX2H6P.jpeg
./train/location/indoors/selected
./train/location/indoors/selected/01EY1TCCNTBMWKBEXGYBXMRFKZ.jpeg
./validation
./validation/location
./validation/location/outdoors
./validation/location/outdoors/selected
./validation/location/outdoors/selected/01EY1TCHRR1B9VSJBFY2DH16P9.jpeg
./validation/location/outdoors/selected/01EY1TCH9R5P2XQPFNGB30CDC3.jpeg
./validation/location/outdoors/selected/01EY1TCGPV95RQ4MX7SAG6JV87.jpeg
./validation/location/outdoors/selected/01EY1TCGF8PJWMR7RPAK30FR46.jpeg
./validation/location/outdoors/selected/01EY1TCFT5242HYSXA98ZZ8H1N.jpeg
./validation/location/indoors
./validation/location/indoors/unselected
./validation/location/indoors/unselected/01EY1TCHRR1B9VSJBFY2DH16P9.jpeg
./validation/location/indoors/unselected/01EY1TCH9R5P2XQPFNGB30CDC3.jpeg
./validation/location/indoors/unselected/01EY1TCGPV95RQ4MX7SAG6JV87.jpeg
./validation/location/indoors/unselected/01EY1TCGF8PJWMR7RPAK30FR46.jpeg
./validation/location/indoors/unselected/01EY1TCFT5242HYSXA98ZZ8H1N.jpeg
Last modified 2yr ago