Predboxes of CsFlow, Draem and DSR always return 0.5 #2122
Unanswered
lweggartner
asked this question in
Q&A
Replies: 1 comment 13 replies
-
What is your testing dataset accuracy after training? Can you show the Full Training and inferencing Code? |
Beta Was this translation helpful? Give feedback.
13 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I am currently testing out different models on my dataset. I have noticed that for
CsFlow
,Draem
andDsr
I get decent results, although the interpretability is difficult. The heatmaps which are created duringengine.predict()
always have a continuous color, which would be the case for ideal normal images. Sadly, this is happening for ALL images. Additionally the pred_boxes always return 0.5, independent of predicting the image as normal or anomalous. Due to the good performance of the models I assume that the prediction cant be random.Has anyone faced similar issues? Or has an idea how to fix this?
Thanks in advance!
Edit: Adding an example (of 1 epoch training of Csflow).
Beta Was this translation helpful? Give feedback.
All reactions