Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pickle? #2

Open
elamarie16 opened this issue Jun 27, 2018 · 2 comments
Open

Pickle? #2

elamarie16 opened this issue Jun 27, 2018 · 2 comments

Comments

@elamarie16
Copy link

Dear Laura, I see you used pickle as your format for the input file. How did you convert your MRI images which would be in DICOM format into pickle? We use the NifTi format and have been struggling to find a method to pickle a NifTi file and any help would be greatly appreciated.
Best

@laurahanu
Copy link
Owner

laurahanu commented Jun 27, 2018 via email

@simonepenna
Copy link

simonepenna commented Jan 22, 2021

Dear @laurahanu, I see in your code that you load the data in this way:

# LOAD DATA
data=np.load(inPath, mmap_mode='r').astype(floatX)

So you have a single file and inside there is all the dataset? What type of file is it? I have 1000+ MRI Images in .nii format what do you suggest to achieve and reproduce your dataset?

One more thing: which version of theano and lasagne did you use? Because i have problem with them.
Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants