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.kiki_sep import full_kiki_net
2from fastmri_recon.models.utils.non_linearities import lrelu
3
4model = full_kiki_net(n_convs=16, n_filters=48, activation=lrelu)
5model.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 | 32.86 | 29.57 |
| SSIM | 0.797 | 0.6271 |
@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}
}