diff --git a/t2star_sc.json b/t2star_sc.json index 5d95444..3226ac7 100644 --- a/t2star_sc.json +++ b/t2star_sc.json @@ -49,10 +49,7 @@ "wspace": 0.75, "hspace": 0.75 }, - "DilateGT": { - "dilation_factor": 0 - }, - "CenterCrop2D": { + "CenterCrop": { "size": [160, 160] }, "ElasticTransform": { @@ -65,30 +62,30 @@ "translate": [0.03, 0.03], "scale": [0.98, 1.02] }, - "ToTensor": {}, - "NormalizeInstance": {} + "NumpyToTensor": {}, + "NormalizeInstance": {"applied_to": ["im"]} }, "transformation_validation": { "Resample": { "wspace": 0.75, "hspace": 0.75 }, - "CenterCrop2D": { + "CenterCrop": { "size": [160, 160] }, - "ToTensor": {}, - "NormalizeInstance": {} + "NumpyToTensor": {}, + "NormalizeInstance": {"applied_to": ["im"]} }, "transformation_testing": { "Resample": { "wspace": 0.75, "hspace": 0.75 }, - "CenterCrop2D": { + "CenterCrop": { "size": [160, 160] }, - "ToTensor": {}, - "NormalizeInstance": {} + "NumpyToTensor": {}, + "NormalizeInstance": {"applied_to": ["im"]} }, "debugging": false }