ByChelsea / VAND-APRIL-GAN

[CVPR 2023 Workshop] VAND Challenge: 1st Place on Zero-shot AD and 4th Place on Few-shot AD
193 stars 22 forks source link

Is there a way to get the score of how anomalous an image is? #22

Closed hnyll closed 8 months ago

hnyll commented 8 months ago

I want to know if there is a variable/method i can use to score how suspicious/anomalous an image is. im kind of new to this stuff so idk lol

ByChelsea commented 8 months ago

Anomaly detection can be divided into two subtasks: anomaly classification and segmentation. The anomaly score (i.e. results['pr_sp'] in the test.py) for classification is what you want. BTW, If you're just getting started, I recommend checking relevant papers before reviewing the code; it will greatly aid in understanding. :)

hnyll commented 8 months ago

tyty. i will def check out the relevant papers 👍