chen0040 / keras-anomaly-detection

Anomaly detection implemented in Keras
MIT License
371 stars 159 forks source link

Is this suitable for anomalous image detection? #2

Open Santana18 opened 6 years ago

Santana18 commented 6 years ago

see topic. Thanks.

chen0040 commented 6 years ago

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.