Clarification regarding BraTS dataset
问题 I downloaded the BraTS dataset for my summer project. The dataset consisted of nii.gz files which I was able to open using nibabel library in Python. I used the following code: import os import numpy as np import nibabel as nib import matplotlib.pyplot as plat examplefile=os.path.join("mydatapath","BraTS19_2013_5_1_flair.nii.gz") img=nib.load(examplefile) print(img) this gave me the following output: <class 'nibabel.nifti1.Nifti1Image'> data shape (240, 240, 155) affine: [[ -1. 0. 0. -0.] [ 0