gathierry / FastFlow

Apache License 2.0
124 stars 22 forks source link

How to judge if the image is normal or anomaly? #7

Closed xfby2016 closed 2 years ago

xfby2016 commented 2 years ago

In the inference stage,How to judge if the image is normal or anomaly?How to calculate the anomaly score for a image?

gathierry commented 2 years ago

I think the image-level score is the max pixel score. And you need a threshold to say whether an image is normal or not.