zabboud
zabboud
Hello - I've been getting this issue consistently while running the code as is, with the LIDC-IDRI data (downloaded from the provided link). This error is caught at the line...
Does that mean the input has to be a list or must it be an array of arrays based on the [example](https://github.com/MIC-DKFZ/batchgenerators/blob/master/batchgenerators/examples/example_ipynb.ipynb) `img = np.tile(img[None, None], (self.BATCH_SIZE, 1, 1, 1))`?...
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...