You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I was wondering how exactly to use ignore_label for a one-class semantic segmentation problem. I had binary masks (1 for class and 0 for background) and then did the pre-processing transformation you added and my values became 0 and 255, but the model is ignoring the 255 value during evaluation, and I am getting very low performance results.
I was wondering what you set ignore_label to and whether the model assumes the background by itself?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi. I was wondering how exactly to use ignore_label for a one-class semantic segmentation problem. I had binary masks (1 for class and 0 for background) and then did the pre-processing transformation you added and my values became 0 and 255, but the model is ignoring the 255 value during evaluation, and I am getting very low performance results.
I was wondering what you set ignore_label to and whether the model assumes the background by itself?
Thank you.
The text was updated successfully, but these errors were encountered: