Hello All,
I am trying to adapt my binary semantic segmentation code to multi-class semantic-seg.
I am having trouble figuring out how to convert my training masks to an appropriate format/shape.
My training labels are a single band image (grayscale) where unique integer (eg 1,2,3,4) values represent a label. How should this be transformed to the correct format?
Thanks