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

Fix missing tuple unpacking in CenterCropSegTransform #39

Closed l-spiecker closed 5 years ago

l-spiecker commented 5 years ago

Hi, You missed three chars. Alternatively you could unpack it before the equal sign or change the crop function to remove only data instead of a tuple.

Thanks for the good work!

FabianIsensee commented 5 years ago

Merged it, thank you :-) (and sorry it took so long) Best, Fabian