An abstract class to convert ImageFeature iterator to MiniBatches. This transformer will be run
on each image feature. "processImageFeature" will be called to buffer the image features. When
there are enough buffered image features to form a batch, "createBatch" will be called.
You should override processImageFeature to buffer each image feature, and createBatch
to convert the buffered data into a mini-batch
An abstract class to convert ImageFeature iterator to MiniBatches. This transformer will be run on each image feature. "processImageFeature" will be called to buffer the image features. When there are enough buffered image features to form a batch, "createBatch" will be called. You should override processImageFeature to buffer each image feature, and createBatch to convert the buffered data into a mini-batch