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 have my mIOU function, which requires the ground truth image and the binary predicted image of the model. I am using a custom dataset and the lightning inferencer. For this, I am trying to get the image with the anomalous binary mask so that I input this in my mIOU function. I do not know how to get this binary mask image from the repo. I have tried to output the pred_mask variable, which seems to be the binary mask but do not get anything at the output. What can I do to get the binary mask only?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have my mIOU function, which requires the ground truth image and the binary predicted image of the model. I am using a custom dataset and the lightning inferencer. For this, I am trying to get the image with the anomalous binary mask so that I input this in my mIOU function. I do not know how to get this binary mask image from the repo. I have tried to output the
pred_mask
variable, which seems to be the binary mask but do not get anything at the output. What can I do to get the binary mask only?Beta Was this translation helpful? Give feedback.
All reactions