Hello folks.
I attended the hackathon as well. I am trying to reproduce the result, but I cannot find how did you generate the count64 files.
count64_file = os.path.join(subject_folder, "count64_file.nii.gz")
count64_vol = nibabel.load(count64_file)
count64_data = count64_vol.get_data()
self.count64_lengths.append(count64_data.size)
Hello folks.
I attended the hackathon as well. I am trying to reproduce the result, but I cannot find how did you generate the count64 files.
count64_file = os.path.join(subject_folder, "count64_file.nii.gz")
count64_vol = nibabel.load(count64_file)
count64_data = count64_vol.get_data()
self.count64_lengths.append(count64_data.size)