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
I'm trying to figure out how the void pixels affect the mIou and the loss computation.
The labels are being decremented by 1 in the code so that class numbers in the prediction and the ground truth labels will match.
So to my understanding, there are pixels with the value -1 in the label image but the prediction doesn't include void pixels.
Are those pixels being ignored or being considered as true/false predictions?
Thanks,
Shany
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to figure out how the void pixels affect the mIou and the loss computation.
The labels are being decremented by 1 in the code so that class numbers in the prediction and the ground truth labels will match.
So to my understanding, there are pixels with the value -1 in the label image but the prediction doesn't include void pixels.
Are those pixels being ignored or being considered as true/false predictions?
Thanks,
Shany
The text was updated successfully, but these errors were encountered: