Abnormal segmentation prediction without pred_mask #2263
Unanswered
pirnerjonas
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Can show how you get the predicted mask? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Which type of model are you using? what you see probably happens because the threshold for an whole Image to be anomalous and the treshold for a pixel on the anomaly map to be anomalous are calculated separately. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just encountered a situation where I predict abnormal for an image but pred_mask doesn't show anything (
image_result.pred_mask.sum()
is 0):is this to be expected?
Beta Was this translation helpful? Give feedback.
All reactions