You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I have been trying to reduce motion artifact on Liver Dynamic Contrast Enhanced DCE MRI.
My idea is to deal with the k-space correction (mainly by correct the phase of the fourier transformations representation of the images, leave the amplitude alone).
Here is my code:
where label is the clean image (ground truth) and inputs is the image with simulated motions. The model is monai.networks.nets.UNet, and the loss_function is torch.nn.L1Loss().
However, the model does not train, gives the same loss in every epoch.
Thanks for your replies, any help is very much appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone, I have been trying to reduce motion artifact on Liver Dynamic Contrast Enhanced DCE MRI.
My idea is to deal with the k-space correction (mainly by correct the phase of the fourier transformations representation of the images, leave the amplitude alone).
Here is my code:
where label is the clean image (ground truth) and inputs is the image with simulated motions. The model is monai.networks.nets.UNet, and the loss_function is torch.nn.L1Loss().
However, the model does not train, gives the same loss in every epoch.
Thanks for your replies, any help is very much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions