-
Notifications
You must be signed in to change notification settings - Fork 12
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
ADNI exact data type used #29
Comments
Hi naji-s, Thanks again for your interest. |
Hello @xxchenxx, Thank you for getting back to me. I'm keen on replicating your results as accurately as possible, and I'm aiming to align my experiments closely with yours to enable a direct comparison. Specifically, when referring to the csv file you mentioned earlier in #5, I've noticed some discrepancies in the SUVR values when applying the code below:
Using a threshold of 0.1, the matching rate between our datasets is 100%. However, when I adjust the threshold to 0.01, the matching results vary significantly. Additionally, I have concerns about the get_hippo function in my data processing. From what I understand, you might not be using a standard template but rather an indexed cropping method, which could significantly affect the results depending on voxel location. Thus, I'd like to know the MRI image processing standard you used to ensure the get_hippo function correctly extracts hippocampus patches. My aim is to achieve reproducibility in our research. I hope you understand the importance of this. Could I consult with you after I prepare the final dataset to discuss the possibility of accessing tailored version of Self-PU code for this dataset? |
Hi naji-s, I will try to see what I can do from my side - I am afraid that I can no longer share any related data or scripts but please feel free to ask questions. I would try my best to engage in discussion too if time permitted. |
Hi again,
Thanks again for looking into the issue I raised (#28).
I have already gained accessed to ADNI dataset, but I can only find .nii and .cdm data. As an example, a user you used based on your
adni_dx_suvr_clean.csv
is subject21
. When I look for the data of this person for T1 weigted MRI data I can only see files (in this case*.dcm
) in a folder folder structure like:./ADNI/011_S_0021/MPRAGE/2015-11-03_15_30_05.0/I543543/ADNI_011_S_0021_MR_MPRAGE_br_raw_20151105104743943_154_S299478_I543543.dcm
But in your
adni_dataset.py
the folder structure is mentioned asname: mri/grey/white/pet
:Self-PU/adni_dataset.py
Line 146 in a0e332a
Also I don't really see which data format of the images are you using in
adni_dataset.py
? is itDCM (.dcm)
? is itNIfTI (nii)
?To me it seems like you have did some preprocessing on images and store them as
.npy
but I don't know where to find the code for that preprocessing. Do you mind sharing that please?Another confusion I have is that why the default folder is mentioned as
name: mri/grey/white/pet
? I thought MRI images are being used and not PET images?Thank you!
The text was updated successfully, but these errors were encountered: