jakeret / tf_unet

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

Would using binary ground truth work? #225

Closed abderhasan closed 5 years ago

abderhasan commented 5 years ago

I have some ground truth images. In order to make them work with UNet, should I label each pixel (i.e. for semantic segmentation), or some binary ground truth for 2 classes (black: background, white: foreground) would work?

Thanks.

jakeret commented 5 years ago

Is this a duplicate to #223 ?