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

DICOM augmentation #191

Open simongeek opened 5 years ago

simongeek commented 5 years ago

Please add DICOM (.dcm) format to valid formats.

roboticlemon commented 5 years ago

Convert your DICOM to a standard image format like jpeg or png then process your data, Otherwise you will need to submit your own PR to add this functionality.

simongeek commented 5 years ago

I will add my own PR for DICOM data.