-
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
Preprocessing for MRI data #3
Comments
Hi, many thanks for your kind attention to our work! |
Thank you very much for sharing this information. Utilizing the nnunet framework is a brilliant idea. Am I correct in understanding that you're employing nnunet for preprocessing (and possibly also post-processing) of MRI data, and adapting the U-Net backbone to transformers or other architeture? Once again, I appreciate your efforts in sharing the code, and I'll continue to stay updated. |
Yes, you are right! We find that nnunet pre-processing is better for MRI. But for CT, I think the monai implementation is enough. |
Thanks a lot. I will close this issue accordingly. |
Dear researchers, our work is now available at Large-Scale-Medical, if you are still interested in this topic. Thank you very much for your attention to our work, it does encourage me a lot! |
Hello, I attempted to implement your pre-trained model on the BraTS dataset (and thank you for your previous response). However, I'm facing challenges in replicating the results outlined in your paper. I'm curious if you have any plans to share the code or supplementary materials for working with the BraTS dataset?
Alternatively, could you offer some insights into your preprocessing steps for BraTS data using MONAI, particularly focusing on data transformation and augmentation techniques? Since MRI data differs from CT scans in various aspects, such as intensity, I assume that different transformations might be necessary for BraTS.
Any details you can provide would be greatly appreciated, as it would help me follow your work more effectively.
The text was updated successfully, but these errors were encountered: