Output data, returned as an M-by-2 cell array, cell
array of categorical matrices, or a table.
Datastore | Output Description |
---|
PixelLabelDatastore | Table with
MiniBatchSize number of rows. For
the last batch of data in the datastore,
numObservations must be divisible
by MiniBatchSize or
read returns a partial batch
containing all the remaining observations in the
datastore. |
PixelLabelImageDatastore |
boxLabelDatastore | N-by-2 cell matrix.
N must be less than or equal to
ReadSize(ds) . The first
column must be a cell vector that contains bounding
boxes. Each element in the cell vector contains
M-by-4 matrices in the format
[x,y,width,height]. The
second column must be a cell vector that contains
the label names corresponding to each bounding box.
Label names are represented as an
M-by-1 categorical
vector. . |