keras-anomaly-detection icon indicating copy to clipboard operation
keras-anomaly-detection copied to clipboard

Is this suitable for anomalous image detection?

Open Santana18 opened this issue 7 years ago • 1 comments

see topic. Thanks.

Santana18 avatar May 06 '18 18:05 Santana18

one way i think can try is to encode ur image into a fixed-length vector (that is feature extraction) using a pretrained model such as VGG or inception resnet, then feed them into the anomaly detection for training and outlier detection.

chen0040 avatar May 07 '18 10:05 chen0040