brats2025 / postprocess.json
Adrian Celaya
Add models and configuration files.
ff82cbf verified
[
{
"transform": "get_top_k_connected_components",
"apply_to_labels": [1, 2, 3],
"apply_sequentially": false,
"kwargs": {
"top_k": 1,
"morph_cleanup": true,
"morph_cleanup_iterations": 2
}
},
{
"transform": "get_top_k_connected_components",
"apply_to_labels": [4],
"apply_sequentially": true,
"kwargs": {
"top_k": 1,
"morph_cleanup": true,
"morph_cleanup_iterations": 2
}
}
]