-
Notifications
You must be signed in to change notification settings - Fork 0
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
Data preprocessing #1
Comments
@acasamitjana @fepegar Feel free to add more preprocessing procedures ^^ |
Is it settled that we're using IXI? Didn't @YipengHu say that we would decide which dataset to use after reading the VoxelMorph paper?
Happy to provide scripts to download IXI, segment the brain and register to MNI (I use NiftyReg), if needed.
Do you have a link about how to do this? |
Oh, ok. I thought it's decided, but yes of course we can see if there's any other options!
Cool ;)
Assuming we are saving files in the Nifti format, it would look like So the images and labels have to have the same name and stored in different folders. If it's not clear, please ping me. |
Sorry, by registering to MNI I mean registering all images to a common space, the Montreal Neurological Institute (MNI) space. There are multiple choices for the specific template, but it's not very important for our application. We can store just the affine matrix (and not the resampled image). Registering to MNI will be handy to have tight crops of the brain if needed.
Yes, neuroimages are almost always NIfTI.
But we would have no labels in this case, right? As it's unsupervised. Anyway, I suppose this is not important yet. The split between train/validation/test can be performed later on, in a reproducible way, and we can create the folders using symlinks to the raw data. |
Oh if there are no labels, then we just put images like following
|
Related to this and #4.
|
Setting up the docker images etc might take some time considering my workload here and there, I guess before that we can do whatever we want as long as it's written down somewhere. Then later we move things inside docker. Regarding the installation, there's no way to do it using only command lines? EDIT: I see what you mean, I guess we can either put the file inside repo, or hold it somewhere else. |
Yes! But definitely let's ask Eugenio (@jeiglesias) about this before we host his stuff in the wrong place. |
As discussed, we would like to firstly use the T1 images (581 subjects, 4.6 GB) in IXI Dataset.
Some preprocessing procedures are still needed as
The data should be organized in a compatible way for DeepReg, especially in form of unpaired data, e.g. example data.
We also aim to provide an open-accessible preprocessing script to ensure the reproducibility.
The text was updated successfully, but these errors were encountered: