mdbloice / Augmentor

Image augmentation library in Python for machine learning.
https://augmentor.readthedocs.io/en/stable
MIT License
5.08k stars 866 forks source link

Would you consider to extend Augmentor in 3D image segmentation? #219

Closed Limingxing00 closed 4 years ago

Limingxing00 commented 4 years ago

Hi, would you consider to extend Augmentor in 3D? I work in the biomedical image segmentation. In this field, we usually meet 3-D MRI, CT images. While, there is no convenient tool to augment 3D images for the segmentation tasks. I just used your tool, I feel very easy to use.

Best.

nwschurink commented 4 years ago

@Limingxing00 you could use TorchIO which is specifically focussed on 3D medical image augmentation

Limingxing00 commented 4 years ago

Thank you! It looks interesting.