Different Label Fusion Approaches for segmentation masks
First, cd
to the STAPLE
Folder
- Entry point is
cli.py
file. - Run
cli.py
usingrun.sh
. - Open the
run.sh
to see what parameters to be passed. - The parameters that need to be passed are the list of segmentations of individual classes, since
STAPLE
operates on individual classes.
cd
to theSIMPLE
Folder- Run the
SIMPLE.sh
to run the SIMPLE algorithm. Make sure the paths to the individual segmentations exist (This applies to the above also)
cd
to themajority_voting
Folder- Run the
mv.sh
to run the Majority Voting algorithm.