From cf43a11413330a24c77f101000824c137b838762 Mon Sep 17 00:00:00 2001 From: Samet Akcay Date: Sat, 9 Apr 2022 10:07:31 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Set=20tiling=20false=20in=20patc?= =?UTF-8?q?hcore.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anomalib/models/patchcore/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anomalib/models/patchcore/config.yaml b/anomalib/models/patchcore/config.yaml index ce565671b5..3f0f9b03e8 100644 --- a/anomalib/models/patchcore/config.yaml +++ b/anomalib/models/patchcore/config.yaml @@ -13,8 +13,8 @@ dataset: val: null create_validation_set: false tiling: - apply: true - tile_size: 64 + apply: false + tile_size: null stride: null remove_border_count: 0 use_random_tiling: False