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

Preprocessing for MRI data #3

Closed
HongxiY opened this issue Apr 12, 2024 · 5 comments
Closed

Preprocessing for MRI data #3

HongxiY opened this issue Apr 12, 2024 · 5 comments

Comments

@HongxiY
Copy link

HongxiY commented Apr 12, 2024

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.

@Luffy03
Copy link
Owner

Luffy03 commented Apr 12, 2024

Hi, many thanks for your kind attention to our work!
Yes, you are right. We also find that the MONAI pre-processing is not very flexible for MRI data. Thus, in our experiments, we combine the MONAI and nnunet framework for all of the experiments of MRI. If you are familiar with the nnunet framework, I think it is easy to use a trainer.py file for training.
If you have difficulty with it, I will try my best to release the nnunet finetuning codes recently. However, since we conduct a few more MRI experiments in the extension, the codes may not be well-checked. Please stay tuned

@HongxiY
Copy link
Author

HongxiY commented Apr 12, 2024

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.

@Luffy03
Copy link
Owner

Luffy03 commented Apr 12, 2024

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.
I suppose that I can update the codes this weekend.

@HongxiY
Copy link
Author

HongxiY commented Apr 12, 2024

Thanks a lot. I will close this issue accordingly.
Looking forward to seeing your code.

@Luffy03
Copy link
Owner

Luffy03 commented Oct 14, 2024

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!

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

2 participants