facebookresearch / fastMRI

A large-scale dataset of both raw MRI measurements and clinical MRI images.
https://fastmri.org
MIT License
1.31k stars 373 forks source link

Brain Dataset Support #24

Closed tullie closed 4 years ago

tullie commented 4 years ago

This PR adds support for the upcoming brain dataset. Specifically it adds:

anuroopsriram commented 4 years ago

Added some inline comments. Incorporate them as you see fit.

Additional general comments:

  1. Update the models/cs/README.md file explaining how the run commands differ for brain MRIs and knee MRIs (--mask-type equispaced for brains and --mask-type random for knees).

  2. Similarly, update the models/unet/README.md and models/zero_filled/README.md

  3. Since you renamed MaskFunc to RandomMaskFunc, please also change all usages of MaskFunc accordingly. For example, fastMRI_tutorial.ipynb and data/README.md.

tullie commented 4 years ago

Going to go ahead and merge because I want this in before the blog post tomorrow. Feel free to comment more and i'll fix it up later if needed.