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
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,15 +98,15 @@ in another repository.
98
98
99
99
***Baseline Models**
100
100
101
-
*[Zero-filled examples for saving images for leaderboard submission](fastmri_examples/zero_filled/)
102
-
*[ESPIRiT—an eigenvalue approach to autocalibrating parallel MRI: where SENSE meets GRAPPA (M. Uecker et al., 2013)](fastmri_examples/cs/)
103
-
*[U-Net: Convolutional networks for biomedical image segmentation (O. Ronneberger et al., 2015)](fastmri_examples/unet/)
101
+
*[Zero-filled examples for saving images for leaderboard submission](https://github.com/facebookresearch/fastMRI/tree/master/fastmri_examples/zero_filled/)
102
+
*[ESPIRiT—an eigenvalue approach to autocalibrating parallel MRI: where SENSE meets GRAPPA (M. Uecker et al., 2013)](https://github.com/facebookresearch/fastMRI/tree/master/fastmri_examples/cs/)
103
+
*[U-Net: Convolutional networks for biomedical image segmentation (O. Ronneberger et al., 2015)](https://github.com/facebookresearch/fastMRI/tree/master/fastmri_examples/unet/)
104
104
105
105
***Sampling, Reconstruction and Artifact Correction**
106
106
107
-
*[Offset Sampling Improves Deep Learning based Accelerated MRI Reconstructions by Exploiting Symmetry (A. Defazio, 2019)](banding_removal/fastmri/common/subsample.py#L126-L198)
107
+
*[Offset Sampling Improves Deep Learning based Accelerated MRI Reconstructions by Exploiting Symmetry (A. Defazio, 2019)](https://github.com/facebookresearch/fastMRI/tree/master/banding_removal/fastmri/common/subsample.py#L126-L198)
108
108
*[End-to-End Variational Networks for Accelerated MRI Reconstruction ({A. Sriram*, J. Zbontar*} et al., 2020)](fastmri_examples/varnet/)
109
-
*[MRI Banding Removal via Adversarial Training (A. Defazio, et al., 2020)](banding_removal)
109
+
*[MRI Banding Removal via Adversarial Training (A. Defazio, et al., 2020)](https://github.com/facebookresearch/fastMRI/tree/master/banding_removal)
110
110
111
111
***Active Acquisition** (external repository)
112
112
*[Reducing uncertainty in undersampled MRI reconstruction with active acquisition (Z. Zhang et al., 2019)](https://github.com/facebookresearch/active-mri-acquisition/tree/master/activemri/experimental/cvpr19_models)
@@ -116,17 +116,17 @@ in another repository.
116
116
117
117
Run `pytest tests`. By default integration tests that use the fastMRI data are
118
118
skipped. If you would like to run these tests, set `SKIP_INTEGRATIONS` to
119
-
`False` in the [conftest](tests/conftest.py).
119
+
`False` in the [conftest](https://github.com/facebookresearch/fastMRI/tree/master/tests/conftest.py).
120
120
121
121
## Training a model
122
122
123
-
The [data README](fastmri/data/README.md) has a bare-bones example for how to
123
+
The [data README](https://github.com/facebookresearch/fastMRI/tree/master/fastmri/data/README.md) has a bare-bones example for how to
124
124
load data and incorporate data transforms. This
125
-
[jupyter notebook](fastMRI_tutorial.ipynb) contains a simple tutorial
125
+
[jupyter notebook](https://github.com/facebookresearch/fastMRI/tree/master/fastMRI_tutorial.ipynb) contains a simple tutorial
126
126
explaining how to get started working with the data.
127
127
128
128
Please look at
129
-
[this U-Net demo script](fastmri_examples/unet/train_unet_demo.py) for an
129
+
[this U-Net demo script](https://github.com/facebookresearch/fastMRI/tree/master/fastmri_examples/unet/train_unet_demo.py) for an
130
130
example of how to train a model using the PyTorch Lightning framework.
131
131
132
132
## Submitting to the Leaderboard
@@ -142,7 +142,7 @@ account before submitting.
142
142
143
143
## License
144
144
145
-
fastMRI is MIT licensed, as found in the [LICENSE file](LICENSE.md).
145
+
fastMRI is MIT licensed, as found in the [LICENSE file](https://github.com/facebookresearch/fastMRI/tree/master/LICENSE.md).
146
146
147
147
## Cite
148
148
@@ -164,7 +164,7 @@ paper:
164
164
165
165
The following lists titles of papers from the fastMRI project. The
166
166
corresponding abstracts, as well as links to preprints and code can be found
1. Zbontar, J.\*, Knoll, F.\*, Sriram, A.\*, Murrell, T., Huang, Z., Muckley, M. J., ... & Lui, Y. W. (2018). [fastMRI: An Open Dataset and Benchmarks for Accelerated MRI](https://arxiv.org/abs/1811.08839). *arXiv preprint arXiv:1811.08839*.
170
170
2. Zhang, Z., Romero, A., Muckley, M. J., Vincent, P., Yang, L., & Drozdzal, M. (2019). [Reducing uncertainty in undersampled MRI reconstruction with active acquisition](https://openaccess.thecvf.com/content_CVPR_2019/html/Zhang_Reducing_Uncertainty_in_Undersampled_MRI_Reconstruction_With_Active_Acquisition_CVPR_2019_paper.html). In *Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition*, pages 2049-2058.
0 commit comments