keras-anomaly-detection
keras-anomaly-detection copied to clipboard
Is this suitable for anomalous image detection?
see topic. Thanks.
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.