Skip to content

Commit

Permalink
Keep only 'dsc', 'nsd' as default metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Feb 29, 2024
1 parent abe99d2 commit 07098ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute_metrics/compute_metrics_reloaded.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_parser():
parser.add_argument('-reference', required=True, type=str,
help='Path to the folder with nifti images of reference (ground truth) or path to a single '
'nifti image of reference (ground truth).')
parser.add_argument('-metrics', nargs='+', default=['dsc', 'fbeta', 'nsd', 'vol_diff', 'rel_vol_diff'],
parser.add_argument('-metrics', nargs='+', default=['dsc', 'nsd'],
required=False,
help='List of metrics to compute. For details, '
'see: https://metricsreloaded.readthedocs.io/en/latest/reference/metrics/metrics.html. '
Expand Down

0 comments on commit 07098ca

Please sign in to comment.