-
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
Add more contrasts for training a multi-contrast model #3
Comments
For remaining contrasts, we do not have ground truth spinal cord segmentation. Thus, we cannot easily obtain the centerline for these contrasts. But I can co-register all contrasts to T2w. Then, we would be able to use the T2w centerline also for other contrasts. |
It would be much easier to instead leverage our many other datasets on which we already have the spinal cord segmentations (spine-generic, etc.) |
Just for my understanding, this should also work right? I understand that it will take time but it should be good if we want to use all contrasts from CanProCo? |
yes, it should work, but registration needs to be QCed, which takes a bit of time |
I tried to co-register other contrasts to T2w based on nii headers using
To allow easy QC (we have >1000 coregistered images), I'm projecting the T2w centerline to the coregistered image using: model_sc_centerline/scripts/get_centerline_from_segmentation.sh Lines 152 to 155 in cd6ffe1
Example (coregistered PSIR image and T2w_centerline): Based on the initial quick QC assessment, it seems that the registration works well for most subjects, and also, it seems that this type of QC is reasonable! |
Our experiment based on the preliminary hypothesis used on a single contrast (T2w) from the CanProCo dataset. It is important to gather the remaining contrasts for each subject and train a multi-channel/multi-contrast model (each additional contrast being added as an additional channel). This will be useful for robustness and also contrast-agnostic centerline detection.
@valosekj Would you please be able to preprocess the remaining contrasts as we did for T2w?
The text was updated successfully, but these errors were encountered: