the outputs are a vertical line
yangyang9706 opened this issue · 1 comments
yangyang9706 commented
I comment out the normalize function,but the outputs are just a vertical line and blank.
HasnainRaz commented
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.