We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ncc
1 parent c12c37d commit 08dc42aCopy full SHA for 08dc42a
GANDLF/cli/generate_metrics.py
@@ -375,7 +375,7 @@ def __percentile_clip(
375
if compute_ncc:
376
calculated_ncc_metrics = ncc_metrics(output_infill, gt_image_infill)
377
for key, value in calculated_ncc_metrics.items():
378
- overall_stats_dict[current_subject_id][key] = value.item()
+ overall_stats_dict[current_subject_id][f"ncc_{key}"] = value.item()
379
380
# only voxels that are to be inferred (-> flat array)
381
# these are required for mse, psnr, etc.
0 commit comments