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

why multiply 100 in "anomaly_map = (100.0 * patch_tokens[layer] @ text_features)"? #12

Open wangherr opened 11 months ago

wangherr commented 11 months ago

Is it chosen based on empirical observations?

ByChelsea commented 11 months ago

We followed the original calculation paradigm of CLIP here, please refer to open_clip for more details.