├── Deep-SLR for Parallel MRI ├── HDSLR.py ├── auxiliaryFunctions.py ├── savedModels │ └── 20Feb_1229pm_360I_500E_0V_1B10K │ │ ├── checkpoint │ │ ├── checkpointTst │ │ ├── epochloss.mat │ │ ├── events.out.tfevents.1582223421.argon-itf-ca38-36.hpc │ │ ├── model-500.data-00000-of-00001 │ │ ├── model-500.index │ │ ├── model-500.meta │ │ ├── model.data-00000-of-00001 │ │ ├── model.index │ │ ├── model.meta │ │ ├── modelTst.data-00000-of-00001 │ │ ├── modelTst.index │ │ └── modelTst.meta ├── trn_HDSLR_parallel_mri.py ├── tst_HDSLR_parallel_mri.py ├── tst_img.npy └── vardenmask_6f.mat ├── Deep-SLR for Single-channel Sparse MRI ├── HDSLR.py ├── data_processing_functions.py ├── mask4f_256by170.mat ├── savedModels │ └── 10Jul_0305pm_6400I_100E_1B10K │ │ ├── checkpoint │ │ ├── checkpointTst │ │ ├── epochloss.mat │ │ ├── events.out.tfevents.1594411606.argon-lc-h18-34.hpc │ │ ├── model-100.data-00000-of-00001 │ │ ├── model-100.index │ │ ├── model-100.meta │ │ ├── model-20.data-00000-of-00001 │ │ ├── model-20.index │ │ ├── model-20.meta │ │ ├── model-40.data-00000-of-00001 │ │ ├── model-40.index │ │ ├── model-40.meta │ │ ├── model-60.data-00000-of-00001 │ │ ├── model-60.index │ │ ├── model-60.meta │ │ ├── model-80.data-00000-of-00001 │ │ ├── model-80.index │ │ ├── model-80.meta │ │ ├── model.data-00000-of-00001 │ │ ├── model.index │ │ ├── model.meta │ │ ├── modelTst.data-00000-of-00001 │ │ ├── modelTst.index │ │ └── modelTst.meta ├── test_2_img_axial.npy ├── trn_HDSLR_single_channel_sparse_MRI.py └── tst_HDSLR_sinlge_channel_sparse_MRI.py ├── README.md ├── alt_steps.png ├── brainPMRI.png ├── brain_6x_recon.png ├── brain_sparseMRI.png ├── computational_complexity.png ├── hdslr.png ├── opt_prb.png ├── proposed_vs_precalibrated.png └── proposed_vs_selfcalibrated.png /Deep-SLR for Parallel MRI/HDSLR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/HDSLR.py -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/auxiliaryFunctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/auxiliaryFunctions.py -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/checkpoint -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/checkpointTst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/checkpointTst -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/epochloss.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/epochloss.mat -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/events.out.tfevents.1582223421.argon-itf-ca38-36.hpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/events.out.tfevents.1582223421.argon-itf-ca38-36.hpc -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/model-500.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/model-500.data-00000-of-00001 -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/model-500.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/model-500.index -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/model-500.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/model-500.meta -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/model.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/model.data-00000-of-00001 -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/model.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/model.index -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/model.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/model.meta -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/modelTst.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/modelTst.data-00000-of-00001 -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/modelTst.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/modelTst.index -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/modelTst.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/savedModels/20Feb_1229pm_360I_500E_0V_1B10K/modelTst.meta -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/trn_HDSLR_parallel_mri.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/trn_HDSLR_parallel_mri.py -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/tst_HDSLR_parallel_mri.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/tst_HDSLR_parallel_mri.py -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/tst_img.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/tst_img.npy -------------------------------------------------------------------------------- /Deep-SLR for Parallel MRI/vardenmask_6f.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Parallel MRI/vardenmask_6f.mat -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/HDSLR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/HDSLR.py -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/data_processing_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/data_processing_functions.py -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/mask4f_256by170.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/mask4f_256by170.mat -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/checkpoint -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/checkpointTst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/checkpointTst -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/epochloss.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/epochloss.mat -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/events.out.tfevents.1594411606.argon-lc-h18-34.hpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/events.out.tfevents.1594411606.argon-lc-h18-34.hpc -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-100.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-100.data-00000-of-00001 -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-100.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-100.index -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-100.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-100.meta -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-20.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-20.data-00000-of-00001 -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-20.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-20.index -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-20.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-20.meta -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-40.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-40.data-00000-of-00001 -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-40.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-40.index -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-40.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-40.meta -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-60.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-60.data-00000-of-00001 -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-60.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-60.index -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-60.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-60.meta -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-80.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-80.data-00000-of-00001 -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-80.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-80.index -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-80.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model-80.meta -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model.data-00000-of-00001 -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model.index -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/model.meta -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/modelTst.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/modelTst.data-00000-of-00001 -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/modelTst.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/modelTst.index -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/modelTst.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/savedModels/10Jul_0305pm_6400I_100E_1B10K/modelTst.meta -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/test_2_img_axial.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/test_2_img_axial.npy -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/trn_HDSLR_single_channel_sparse_MRI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/trn_HDSLR_single_channel_sparse_MRI.py -------------------------------------------------------------------------------- /Deep-SLR for Single-channel Sparse MRI/tst_HDSLR_sinlge_channel_sparse_MRI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/Deep-SLR for Single-channel Sparse MRI/tst_HDSLR_sinlge_channel_sparse_MRI.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/README.md -------------------------------------------------------------------------------- /alt_steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/alt_steps.png -------------------------------------------------------------------------------- /brainPMRI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/brainPMRI.png -------------------------------------------------------------------------------- /brain_6x_recon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/brain_6x_recon.png -------------------------------------------------------------------------------- /brain_sparseMRI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/brain_sparseMRI.png -------------------------------------------------------------------------------- /computational_complexity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/computational_complexity.png -------------------------------------------------------------------------------- /hdslr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/hdslr.png -------------------------------------------------------------------------------- /opt_prb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/opt_prb.png -------------------------------------------------------------------------------- /proposed_vs_precalibrated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/proposed_vs_precalibrated.png -------------------------------------------------------------------------------- /proposed_vs_selfcalibrated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anikpram/Deep-SLR/HEAD/proposed_vs_selfcalibrated.png --------------------------------------------------------------------------------