From ef6f6dd31e6673b02cc64f4ad853f81985425d22 Mon Sep 17 00:00:00 2001 From: Dick Ameln Date: Thu, 30 Dec 2021 16:49:31 +0100 Subject: [PATCH] disable normalization for dfm --- anomalib/models/dfm/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anomalib/models/dfm/config.yaml b/anomalib/models/dfm/config.yaml index 72f409f002..c03963336c 100755 --- a/anomalib/models/dfm/config.yaml +++ b/anomalib/models/dfm/config.yaml @@ -17,7 +17,7 @@ model: pca_level: 0.97 score_type: fre # nll: for Gaussian modeling, fre: pca feature reconstruction error project_path: ./results - normalization_method: min_max # options: [null, min_max, cdf] + normalization_method: none # not supported for dfm threshold: image_default: 0 adaptive: true @@ -25,7 +25,7 @@ model: project: seed: 42 path: ./results - log_images_to: [local] + log_images_to: [] logger: false save_to_csv: false