Skip to content

Commit

Permalink
Merge branch 'master' into 689-no-need-for-the-history-file
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati authored Jul 7, 2023
2 parents 5789aad + fdb73f8 commit a6f96be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/cli/generate_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def __fix_2d_tensor(input_tensor):

overall_stats_dict[current_subject_id][
"ssim"
] = structural_similarity_index(gt_image_infill, output_infill).item()
] = structural_similarity_index(gt_image_infill, output_infill, mask).item()

# ncc metrics
overall_stats_dict[current_subject_id]["ncc_mean"] = ncc_mean(
Expand Down

0 comments on commit a6f96be

Please sign in to comment.