jakeret / tf_unet

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

Train this architecture on my data set. #255

Closed alaeddine-abbagh closed 5 years ago

alaeddine-abbagh commented 5 years ago

I have my own Training data set and I want to use this architecture. My problem is skin lesion segmentation. I didn't understant where to put the training images and their corresponding masks. Thank you