zokyo.augmentation.augment module
- class zokyo.augmentation.augment.Builder(config_json='config.json')[source]
Bases:
zokyo.augmentation.augment.AbstractBuilder
Builder class to create augmentor Pipeline object through a config file
TODO : Parallelize saving images to disk
TODO : Parallelize operations from data pipeline
- get_keras_generator(batch_size=None, internal_batch=None, input_func=None, output_func=None, task='classification')[source]
Method to return a Keras generator. If internal batch is not set, batch size value is used