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 can I use this repository? #160

Closed pengzhipz closed 6 years ago

pengzhipz commented 6 years ago

I don't know how to use this repository to run on my own custom dataset, is there any one can give me a .py script to use this, I am newer in tensorflow, thank you!

pengzhipz commented 6 years ago

ValueError: could not broadcast input array from shape (600,800,4) into shape (600,800) how can I solve this

vslkashyap commented 6 years ago

I am also getting same ValueError. How did you fix it?