Container for a list of records and transforms.
icevision_Dataset(records, tfm = NULL)
A list of records.
Transforms to be applied to each item.
None
Steps each time an item is requested (normally via directly indexing the `Dataset`): Grab a record from the internal list of records. Prepare the record (open the image, open the mask, add metadata). Apply transforms to the record.