Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanbanerjee committed Jul 9, 2024
1 parent 2e3378e commit b47ba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/symmetrize_cord_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


# Open PAM50 spinal cord segmentation
nii_seg = nib.load("/Users/rohanbanerjee/Downloads/avg014_template_updated/template/templatedog_cord.nii.gz")
nii_seg = nib.load("<PATH_TO>/templatedog_cord.nii.gz")
data_seg = nii_seg.get_fdata()
print(data_seg.shape)

Expand Down

0 comments on commit b47ba86

Please sign in to comment.