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