Replies: 1 comment 1 reply
-
Hello @Haozhoong, the 100% correct thing to do is what is done in The test set applies the same undersampling as |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the demo of transforms: '\fastmri\data\transforms.py', UnetDataTransform applies udnersampling mask in k space and then crops input to correct size in image domain and VarNetDataTransform does the same thing. However MiniCoilTransform crops input to correct size in image domain and then applies udnersampling mask in k space.
There are zero-padding lines in phasing direction and they are recorded in h5py file at attrs["padding_left"] and attrs["padding_right"]. Therefore, I think the two undersampling approaches above have different effective acceleration factors. Which order is usd in the test dataset?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions