cvlab-yonsei / MNAD

An official implementation of "Learning Memory-guided Normality for Anomaly Detection" (CVPR 2020) in PyTorch.
333 stars 82 forks source link

Regarding Memory Items #52

Open michaelku1 opened 1 year ago

michaelku1 commented 1 year ago

Hi, I would like to ask you that in your implementation whether the items (or prototypes) are intended to be non-parametric (not learnable) or parametric (learnable)? Many Thanks!