Visceral-Project / EvaluateSegmentation

A program to evaluate the quality of image segmentations.
Apache License 2.0
314 stars 88 forks source link

Measure selection not working #2

Open petteriTeikari opened 8 years ago

petteriTeikari commented 8 years ago

When running your pre-compiled Ubuntu package, the use -METHOD flag does not really have any effect on the actual measures being computed.

I tried with simply: ./EvaluateSegmentation labels.tif segmentation.tif –use RNDIND -xml result.xml

And wanting to exclude the time-intensive AVGDIST with: ./EvaluateSegmentation labels.tif segmentation.tif -use DICE,JACRD,GCOERR,VOLSMTY,KAPPA,AUC,RNDIND,ADJRIND,ICCORR,MUTINF,FALLOUTCOEFVAR,VARINFO,PROBDST,MAHLNBS,SNSVTY,SPCFTY,PRCISON,FMEASR@0.5@,ACURCY -xml result.xml

and in both cases all measures are being computed.

Thanks anyway for the excellent tool that came really handy in evaluating our segmentations :)