SimonThomine / RememberingNormality

Unofficial implementation of "Remembering Normality: Memory-guided Knowledge Distillation for Unsupervised Anomaly Detection"
7 stars 0 forks source link

I found some discrepancies in your code and the official paper #5

Closed FudaMingdaXsc closed 2 weeks ago

FudaMingdaXsc commented 2 weeks ago

Firstly, you have done a fantastic job and thank you so much for your contribution!But I noticed a discrepancy between your code and the official paper.

1715512299594 1715512343086

I think we need to add "normality= True" here. I don't know if this is correct, I look forward to your answer!

1715512465286
FudaMingdaXsc commented 2 weeks ago

As described in the official paper, it really should have been added. But this would result in lower metrics on my personal dataset.

SimonThomine commented 2 weeks ago

You are right, thanks for the correction ! I update the code right now.

SimonThomine commented 2 weeks ago

commit