From ffa70cfe7ac55387bd7a8da0ddc2d23360454671 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 27 Feb 2024 21:57:45 +0100 Subject: [PATCH] Add files via upload --- new_pipeline/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new_pipeline/config.json b/new_pipeline/config.json index 5c13528..ee8848b 100644 --- a/new_pipeline/config.json +++ b/new_pipeline/config.json @@ -20,7 +20,7 @@ ], // binning "binning_enable": true, - "binning_at_the_end": true, + "binning_at_the_end": false, "binning_kernel_size": 4, "binning_stride": 4, "binning_divisor_override": 1,