frankkramer-lab / MIScnn

A framework for Medical Image Segmentation with Convolutional Neural Networks and Deep Learning
GNU General Public License v3.0
402 stars 116 forks source link

Dicom interface #28

Closed MLRadfys closed 4 years ago

MLRadfys commented 4 years ago

Hey,

here is the first version of the DICOM interface. I also added a notebook that shows how to use it and how to combine it with the Data_IO class.

I haven't had the chance to run a full training, but I will add some results as soon as I can.

Cheers,

Michael

muellerdo commented 4 years ago

Hey MichaelLempart,

great work! Thank you for this contribution :)

I will have a look on it this week and play a bit around with it to verify that everything is working.

Cheers, Dominik

muellerdo commented 4 years ago

Pull Request: Accepted

Will be available in the master branch/PyPI version in the next days.

Comments

Thanks again for this great contribution, @MichaelLempart!

Cheers, Dominik