cvlab-yonsei / MNAD

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

This code can be used in not video frame detection conditions? #16

Closed l35633 closed 3 years ago

l35633 commented 3 years ago

Hello! First, thank you so much for this contribution. My question: This code is for abnormal video frame detection, I wonder if it can be used in other conditions, e.g., one small abnormal group of images different from most normal images, not video frames, but medical images etc. Thank you !

hyunjp commented 3 years ago

Hi, For implementation, we used data where the scenes are stationary. We expect that more memory items are needed if normal samples of the medical image have lots of patterns.