HasnainRaz/FC-DenseNet-TensorFlow

the outputs are a vertical line

yangyang9706 opened this issue · 1 comments

I comment out the normalize function,but the outputs are just a vertical line and blank.

In the dataloader, under the resize image and mask function, use the "tf.image.resize_nearest_neighbor()" function for the mask. I assume its an issue with the bilinear interpolation in the resizing. Let me know if it works.