image-segmentation-keras
image-segmentation-keras copied to clipboard
Image Loader
trafficstars
Why is it the dimension of the mask as follows in data_utils.py
seg_labels = np.reshape(seg_labels, (width*height, nClasses))
Why isnt it (batch size, widht, height, nclasses)