sithu31296 / semantic-segmentation

SOTA Semantic Segmentation Models in PyTorch
MIT License
848 stars 151 forks source link

Format of the images and labels #53

Open sivaji123256 opened 1 year ago

sivaji123256 commented 1 year ago

Hi @sithu31296 ,I was trying to train on images (RGB) format and label images(grayscale) format .But , I was facing broadcasting issues. Do you have any idea on this?