Discussion #585
-
Beta Was this translation helpful? Give feedback.
Answered by
ashwinvaidya17
Sep 26, 2022
Replies: 1 comment 1 reply
-
Copying the answer from #579 (reply in thread) The segmentation maps are generated from the threshold. So while the heatmap might show something the threshold determines the value above which the predicted values are considered as anomalies. Normalization ensures that this threshold is centred to 0.5. So, when generating the segmentation masks the anomalous regions are the ones with values greater than 0.5.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
djdameln
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copying the answer from #579 (reply in thread)
The segmentation maps are generated from the threshold. So while the heatmap might show something the threshold determines the value above which the predicted values are considered as anomalies. Normalization ensures that this threshold is centred to 0.5. So, when generating the segmentation masks the anomalous regions are the ones with values greater than 0.5.