segmentation — generic segmentation toggles#
Schema: SegmentationConfig in src/thesis/core/config/validators.py.
Reserved for generic-segmentation steps inside the preprocess and meta pipelines. For the standalone SynthSeg workflow, see synthseg.
Field |
Type |
Default |
Constraints |
Description |
|---|---|---|---|---|
|
|
|
one of |
Segmentation backend. |
|
|
|
— |
Tissue classes to segment. |
|
|
|
— |
Whether binary masks are emitted alongside the labelled segmentation. |
|
|
|
— |
Optional |
Example#
segmentation:
method: synthseg
tissue_types: [GM, WM, CSF]
create_masks: true