Views
No views yet
git clone https://github.com/zaccharieramzi/fastmri-reproducible-benchmark, you can install the package via pip install fastmri-reproducible-benchmark.
The framework is TensorFlow.1from fastmri_recon.models.functional_models.cascading import cascade_net
2
3model = cascade_net()
4model.load_weights('model_weights.h5')1model([
2 kspace, # shape: [n_slices, n_rows, n_cols, 1]
3 mask, # shape: [n_slices, n_rows, n_cols]
4])| Contrast | PD | PDFS |
|---|---|---|
| PSNR | 33.98 | 29.88 |
| SSIM | 0.811 | 0.6251 |
@article{ramzi2020benchmarking,
title={Benchmarking MRI reconstruction neural networks on large public datasets},
author={Ramzi, Zaccharie and Ciuciu, Philippe and Starck, Jean-Luc},
journal={Applied Sciences},
volume={10},
number={5},
pages={1816},
year={2020},
publisher={Multidisciplinary Digital Publishing Institute}
}