jakeret / tf_unet

Generic U-Net Tensorflow implementation for image segmentation
GNU General Public License v3.0
1.9k stars 748 forks source link

How to use nii.gz image format in my own dataset? #284

Open Alxemade opened 4 years ago

Alxemade commented 4 years ago

Thanks for your work! Here, I want to use nii.gz format to test my MRI segment, so how should I deal with this format data for segement, can you kindly provide me some instructions? Thank you.