image-segmentation-keras icon indicating copy to clipboard operation
image-segmentation-keras copied to clipboard

Image Loader

Open mavaylon1 opened this issue 4 years ago • 0 comments
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)

mavaylon1 avatar Jan 13 '21 07:01 mavaylon1