jakeret / tf_unet

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

Why do my binary ground truth images look like this? #226

Closed abderhasan closed 5 years ago

abderhasan commented 5 years ago

I ran two epochs with 100-iteration on my dataset. I then viewed the images produced in the prediction directory, and show here the second column of one image (i.e. at a specific epoch), that is, the ground truth column. It looks as shown below (why is that?). My ground truth images had a black background and a white foreground.

ground_truth

Thanks.

abderhasan commented 5 years ago

I noticed that the ground truth images started to appear correctly when running more epochs!