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 got torch.Size([1, 150, 256, 256]), since there are 150 classes in ADE20k dataset.
However, I did not find anywhere in the code, which prediction of the output[0, :, x, y] corresponds to which of the 150 classes in ADE dataset. Where can I find list of classes?
The text was updated successfully, but these errors were encountered:
When I output with any model, I got probabilities per class on each pixel. E.g. when I run
I got
torch.Size([1, 150, 256, 256])
, since there are 150 classes in ADE20k dataset.However, I did not find anywhere in the code, which prediction of the
output[0, :, x, y]
corresponds to which of the 150 classes in ADE dataset. Where can I find list of classes?The text was updated successfully, but these errors were encountered: