mltk.core.preprocess.image.parallel_generator.ParallelProcessParams

class ParallelProcessParams[source]

Adds methods related to getting batches from filenames

It includes the logic to transform image files to batches.

Properties

n_classes

Methods

__init__

Sets attributes to use later for processing files into a batch.

__init__(image_data_generator, target_size, batch_shape, color_mode, data_format, save_to_dir, save_prefix, save_format, subset, interpolation, class_indices, dtype, directory, class_mode, get_batch_function, preprocessing_function, noaug_preprocessing_function)[source]

Sets attributes to use later for processing files into a batch.