-
What is the motivation for this task?Hello!, Now, I use fastflow model (anomalib 0.3.3), I use this model for working, so I can't update anomalib library Describe the solution you'd likeso can I know how to change threshold in inference? Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello. |
Beta Was this translation helpful? Give feedback.
Hello.
Looking at version 0.3.3 I think you could change the
predict_step
function to manually set the threshold here:https://github.com/openvinotoolkit/anomalib/blob/c0c4cbd4551a97b68705757b83f9a913f5ff4d14/anomalib/models/components/base/anomaly_module.py#L79-L98
Hope this helps.