How to undersample knee singlecoil_train k-space? #329
juliadietlmeier
started this conversation in
General
Replies: 1 comment
-
Hello @juliadietlmeier, the standard technique is by applying a mask, which simulates downsampling while ignoring some physics effects. We do this in quite a few areas of the repository for training models, mostly by creating a fastMRI/fastmri_examples/varnet/train_varnet_demo.py Lines 27 to 31 in edb5737 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build a simple reconstruction pipeline that is trained on fully-sampled and undersampled images. I have downloaded the NYU FastMRI knee singlecoil train data. I presume this is fully-sampled. How do I create the undersampled e.g. by factor x8 k-space? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions