-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Random Motion artifacts for MRI #7499
Comments
Is this issue looking for an implementation using the library linked or a completely new implementation for the monai repo? |
I was not sure which way works better |
Is the goal here to use torchio through monai? |
Hi @SomeUserName1, certainly, it would indeed be beneficial to incorporate a feature similar to PyTorch's TorchVision into MONAI. If developed as a wrapper transform, it can seamlessly integrate with other existing transforms, enhancing our overall functionality. MONAI/monai/transforms/utility/array.py Line 1130 in c3a7383
Thanks! |
Will do on monday, thanks for the pointer! |
Is your feature request related to a problem? Please describe.
I was wondering if we are interested in more MRI data augmentation like:
https://torchio.readthedocs.io/transforms/augmentation.html#torchio.transforms.RandomMotion
https://torchio.readthedocs.io/transforms/augmentation.html#torchio.transforms.RandomGhosting
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: