Skip to content

Commit

Permalink
disable normalization for dfm
Browse files Browse the repository at this point in the history
  • Loading branch information
djdameln committed Dec 30, 2021
1 parent ca0e39c commit ef6f6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anomalib/models/dfm/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ 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

project:
seed: 42
path: ./results
log_images_to: [local]
log_images_to: []
logger: false
save_to_csv: false

Expand Down

0 comments on commit ef6f6dd

Please sign in to comment.