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

difference between 'augment_spatial' and 'augment_spatial_2' #28

Closed SouthMemory closed 5 years ago

SouthMemory commented 5 years ago

like the title, what's the differences? which one should I use? and 'SpatialTransform' VS 'SpatialTransform_2', confused Thanks

FabianIsensee commented 5 years ago

You should use SpatialTransform for now. The other one is experimental. I will add this to the documentation. Best, Fabian