You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working on a project based on your work and had a quick question about the nii.gz file format. Could you clarify which dimension in your data represents the slice index when training the models?
Specifically, is the slice index in the first dimension (e.g., (250, 512, 512) where 250 is the number of slices), or in the third dimension (e.g., (512, 512, 250) where 250 is the number of slices)?
Thanks for your help! I just want to make sure I’m handling the data correctly.
Best,
Jeehye
The text was updated successfully, but these errors were encountered:
I’m working on a project based on your work and had a quick question about the nii.gz file format. Could you clarify which dimension in your data represents the slice index when training the models?
Specifically, is the slice index in the first dimension (e.g., (250, 512, 512) where 250 is the number of slices), or in the third dimension (e.g., (512, 512, 250) where 250 is the number of slices)?
Thanks for your help! I just want to make sure I’m handling the data correctly.
Best, Jeehye
Hi, the answer is the first one, i.e. the slice index in the first dimension (e.g., (250, 512, 512) where 250 is the number of slices), we organized the data in NC DHW format.
Hi!,
I’m working on a project based on your work and had a quick question about the nii.gz file format. Could you clarify which dimension in your data represents the slice index when training the models?
Specifically, is the slice index in the first dimension (e.g., (250, 512, 512) where 250 is the number of slices), or in the third dimension (e.g., (512, 512, 250) where 250 is the number of slices)?
Thanks for your help! I just want to make sure I’m handling the data correctly.
Best,
Jeehye
The text was updated successfully, but these errors were encountered: