Skip to content

Commit

Permalink
Fixed slice axis, center crop, length, stride params.
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaymacar committed Dec 22, 2021
1 parent cb6708c commit 580e9e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions config/seg_lesion.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"filter_empty_mask": false,
"filter_empty_input": false
},
"slice_axis": "axial",
"slice_axis": "sagittal",
"multichannel": false,
"soft_gt": false
},
Expand Down Expand Up @@ -94,7 +94,7 @@
"dspace": 1.0
},
"CenterCrop": {
"size": [32, 64, 128]
"size": [128, 64, 32]
},
"RandomReverse": {
"applied_to": ["im", "gt"],
Expand Down Expand Up @@ -140,8 +140,8 @@
},
"Modified3DUNet": {
"applied": true,
"length_3D": [32, 64, 128],
"stride_3D": [32, 64, 128],
"length_3D": [128, 64, 32],
"stride_3D": [128, 64, 32],
"attention": false,
"n_filters": 8
}
Expand Down
8 changes: 4 additions & 4 deletions config/test_on_rater1.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"filter_empty_mask": true,
"filter_empty_input": true
},
"slice_axis": "axial",
"slice_axis": "sagittal",
"multichannel": false,
"soft_gt": false
},
Expand All @@ -57,7 +57,7 @@
"dspace": 1.0
},
"CenterCrop": {
"size": [32, 64, 128]
"size": [128, 64, 32]
},
"NumpyToTensor": {},
"NormalizeInstance": {
Expand All @@ -66,8 +66,8 @@
},
"Modified3DUNet": {
"applied": true,
"length_3D": [32, 64, 128],
"stride_3D": [32, 64, 128],
"length_3D": [128, 64, 32],
"stride_3D": [128, 64, 32],
"attention": false,
"n_filters": 8
}
Expand Down
8 changes: 4 additions & 4 deletions config/test_on_rater2.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"filter_empty_mask": true,
"filter_empty_input": true
},
"slice_axis": "axial",
"slice_axis": "sagittal",
"multichannel": false,
"soft_gt": false
},
Expand All @@ -57,7 +57,7 @@
"dspace": 1.0
},
"CenterCrop": {
"size": [32, 64, 128]
"size": [128, 64, 32]
},
"NumpyToTensor": {},
"NormalizeInstance": {
Expand All @@ -66,8 +66,8 @@
},
"Modified3DUNet": {
"applied": true,
"length_3D": [32, 64, 128],
"stride_3D": [32, 64, 128],
"length_3D": [128, 64, 32],
"stride_3D": [128, 64, 32],
"attention": false,
"n_filters": 8
}
Expand Down

0 comments on commit 580e9e9

Please sign in to comment.