The label is initially an image read as a 3 channel image with pixel values. How is it converted into a pixel-wise map of labels? As in when does, it get the marking of labels?
Init label image: at each pixel, we have a (3,) vector with channel colors
Training label: at each pixel, we have a marking of which class it belongs to
The label is initially an image read as a 3 channel image with pixel values. How is it converted into a pixel-wise map of labels? As in when does, it get the marking of labels?
Init label image: at each pixel, we have a (3,) vector with channel colors Training label: at each pixel, we have a marking of which class it belongs to
When does this transformation take place?