MIC-DKFZ / batchgenerators

A framework for data augmentation for 2D and 3D image classification and segmentation
Apache License 2.0
1.09k stars 221 forks source link

How can we use batchgenerators offline #101

Open zabboud opened 2 years ago

zabboud commented 2 years ago

Hello - I would like to use the library for offline augmentations (meaning to augment the dataset prior to training rather than during training) - is there a way to use the library without using the batch-generation option? just to pass in images and apply a list of augmentations on both images and their labels and output the n-augmented images/labels?

Another question is, current implementation of the augmentation method assumes a single segmentation? Is there any way to generate augmentation for a pair of image and a list of labels?