From 1e2aa0a1cc206ab4ac8347517d6325c629ee611f Mon Sep 17 00:00:00 2001 From: Fabian Isensee Date: Mon, 21 Oct 2024 11:39:41 +0200 Subject: [PATCH] add unique data identifier and explicitly add ctnorm --- documentation/competitions/Toothfairy2/readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/competitions/Toothfairy2/readme.md b/documentation/competitions/Toothfairy2/readme.md index 311a40251..d66555e0b 100644 --- a/documentation/competitions/Toothfairy2/readme.md +++ b/documentation/competitions/Toothfairy2/readme.md @@ -36,11 +36,15 @@ Add the following configuration to the generated plans file: ```json "3d_fullres_torchres_ps160x320x320_bs2": { "inherits_from": "3d_fullres", + "data_identifier": "nnUNetPlans_3d_fullres_torchres_ctnorm", "patch_size": [ 160, 320, 320 ], + "normalization_schemes": [ + "CTNormalization" + ], "architecture": { "network_class_name": "dynamic_network_architectures.architectures.unet.ResidualEncoderUNet", "arch_kwargs": {