ninatu / anomaly_detection

This is the official implementation of "Anomaly Detection with Deep Perceptual Autoencoders".
Apache License 2.0
44 stars 8 forks source link

training and evaluating Camelyon16 dataset #5

Open caruofc opened 1 year ago

caruofc commented 1 year ago

Hi,

Thanks you once again for your wonderful work and help that you did last time (almost a year ago) in downloading the Camelyon16 dataset. After a long break, I am once again trying to play a bit with your work. I downloaded and have preprocessed the Camelyon16 dataset. Now my goal is to run your perceptual autoencoder to find the anomalies.

However, I am not sure how I can do that and therefore, I need your guidance on this. The main issue is I guess I need to know which config file I should use. I couldn't find any config for Camelyon16 in "anomaly_detection/configs/dpa" folder. However, there are several in "anomaly_detection/configs/dpa/camelyon16/final". Could you tell me what "class_healthy" folder and all the subfolders, i.e., run_0, run_1, run_2 actually means?

What I want to do is to run a bunch of test images and get the result that shows which images are anomalies among these. Your help on this would be highly appreciated. Thanks in advance.