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

help #21

Closed wgs123 closed 5 years ago

wgs123 commented 5 years ago

raise ValueError("MirrorTransform now takes the axes as the spatial dimensions. What previously was " ValueError: MirrorTransform now takes the axes as the spatial dimensions. What previously was axes=(2, 3, 4) to mirror along all spatial dimensions of a 5d tensor (b, c, x, y, z) is now axes=(0, 1, 2). Please adapt your scripts accordingly.

FabianIsensee commented 5 years ago

Hi, all you need to know is in the error message. What part is it you need more details about? Best, Fabian