├── Figs └── ista_phase.png ├── README.md ├── TEST_CS_ISTA_Net.py ├── TEST_CS_ISTA_Net_plus.py ├── TEST_ISTA_Net_plus_scripts.sh ├── TEST_ISTA_Net_scripts.sh ├── TEST_MRI_CS_ISTA_Net_plus.py ├── Train_CS_ISTA_Net.py ├── Train_CS_ISTA_Net_plus.py ├── Train_ISTA_Net_plus_scripts.sh ├── Train_ISTA_Net_scripts.sh ├── Train_MRI_CS_ISTA_Net_plus.py ├── data ├── BrainImages_test │ ├── brain_test_01.png │ ├── brain_test_02.png │ ├── brain_test_03.png │ ├── brain_test_04.png │ ├── brain_test_05.png │ ├── brain_test_06.png │ ├── brain_test_07.png │ ├── brain_test_08.png │ ├── brain_test_09.png │ ├── brain_test_10.png │ ├── brain_test_11.png │ ├── brain_test_12.png │ ├── brain_test_13.png │ ├── brain_test_14.png │ ├── brain_test_15.png │ ├── brain_test_16.png │ ├── brain_test_17.png │ ├── brain_test_18.png │ ├── brain_test_19.png │ ├── brain_test_20.png │ ├── brain_test_21.png │ ├── brain_test_22.png │ ├── brain_test_23.png │ ├── brain_test_24.png │ ├── brain_test_25.png │ ├── brain_test_26.png │ ├── brain_test_27.png │ ├── brain_test_28.png │ ├── brain_test_29.png │ ├── brain_test_30.png │ ├── brain_test_31.png │ ├── brain_test_32.png │ ├── brain_test_33.png │ ├── brain_test_34.png │ ├── brain_test_35.png │ ├── brain_test_36.png │ ├── brain_test_37.png │ ├── brain_test_38.png │ ├── brain_test_39.png │ ├── brain_test_40.png │ ├── brain_test_41.png │ ├── brain_test_42.png │ ├── brain_test_43.png │ ├── brain_test_44.png │ ├── brain_test_45.png │ ├── brain_test_46.png │ ├── brain_test_47.png │ ├── brain_test_48.png │ ├── brain_test_49.png │ └── brain_test_50.png └── Set11 │ ├── Monarch.tif │ ├── Parrots.tif │ ├── barbara.tif │ ├── boats.tif │ ├── cameraman.tif │ ├── fingerprint.tif │ ├── flinstones.tif │ ├── foreman.tif │ ├── house.tif │ ├── lena256.tif │ └── peppers256.tif ├── log ├── PSNR_SSIM_Results_CS_ISTA_Net_layer_9_group_1_ratio_50_lr_0.0001.txt └── PSNR_SSIM_Results_CS_ISTA_Net_plus_layer_9_group_1_ratio_50_lr_0.0001.txt ├── model ├── CS_ISTA_Net_layer_9_group_1_ratio_10_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_layer_9_group_1_ratio_1_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_layer_9_group_1_ratio_25_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_layer_9_group_1_ratio_30_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_layer_9_group_1_ratio_40_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_layer_9_group_1_ratio_4_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_layer_9_group_1_ratio_50_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_plus_layer_9_group_1_ratio_10_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_plus_layer_9_group_1_ratio_1_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_plus_layer_9_group_1_ratio_25_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_plus_layer_9_group_1_ratio_30_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_plus_layer_9_group_1_ratio_40_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_plus_layer_9_group_1_ratio_4_lr_0.0001 │ └── net_params_200.pkl ├── CS_ISTA_Net_plus_layer_9_group_1_ratio_50_lr_0.0001 │ └── net_params_200.pkl ├── MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_10 │ └── net_params_200.pkl ├── MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_20 │ └── net_params_200.pkl ├── MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_30 │ └── net_params_200.pkl ├── MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_40 │ └── net_params_200.pkl └── MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_50 │ └── net_params_200.pkl ├── result └── Set11 │ ├── Monarch.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_40.22_SSIM_0.9854.png │ ├── Monarch.tif_ISTA_Net_ratio_50_epoch_200_PSNR_39.56_SSIM_0.9835.png │ ├── Parrots.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_37.26_SSIM_0.9725.png │ ├── Parrots.tif_ISTA_Net_ratio_50_epoch_200_PSNR_36.84_SSIM_0.9702.png │ ├── barbara.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_36.65_SSIM_0.9778.png │ ├── barbara.tif_ISTA_Net_ratio_50_epoch_200_PSNR_35.49_SSIM_0.9732.png │ ├── boats.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_39.91_SSIM_0.9791.png │ ├── boats.tif_ISTA_Net_ratio_50_epoch_200_PSNR_39.39_SSIM_0.9765.png │ ├── cameraman.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_34.32_SSIM_0.9508.png │ ├── cameraman.tif_ISTA_Net_ratio_50_epoch_200_PSNR_34.01_SSIM_0.9481.png │ ├── fingerprint.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_34.42_SSIM_0.9844.png │ ├── fingerprint.tif_ISTA_Net_ratio_50_epoch_200_PSNR_34.03_SSIM_0.9831.png │ ├── flinstones.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_33.73_SSIM_0.9366.png │ ├── flinstones.tif_ISTA_Net_ratio_50_epoch_200_PSNR_33.43_SSIM_0.9333.png │ ├── foreman.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_44.18_SSIM_0.9838.png │ ├── foreman.tif_ISTA_Net_ratio_50_epoch_200_PSNR_43.12_SSIM_0.9809.png │ ├── house.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_40.33_SSIM_0.9592.png │ ├── house.tif_ISTA_Net_ratio_50_epoch_200_PSNR_39.66_SSIM_0.9539.png │ ├── lena256.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_38.46_SSIM_0.9775.png │ ├── lena256.tif_ISTA_Net_ratio_50_epoch_200_PSNR_37.88_SSIM_0.9742.png │ ├── peppers256.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_39.27_SSIM_0.9690.png │ └── peppers256.tif_ISTA_Net_ratio_50_epoch_200_PSNR_38.17_SSIM_0.9655.png └── sampling_matrix ├── Initialization_Matrix_1.mat ├── Initialization_Matrix_10.mat ├── Initialization_Matrix_25.mat ├── Initialization_Matrix_30.mat ├── Initialization_Matrix_4.mat ├── Initialization_Matrix_40.mat ├── Initialization_Matrix_50.mat ├── mask_10.mat ├── mask_20.mat ├── mask_30.mat ├── mask_40.mat ├── mask_50.mat ├── phi_0_10_1089.mat ├── phi_0_1_1089.mat ├── phi_0_25_1089.mat ├── phi_0_30_1089.mat ├── phi_0_40_1089.mat ├── phi_0_4_1089.mat └── phi_0_50_1089.mat /Figs/ista_phase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/Figs/ista_phase.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/README.md -------------------------------------------------------------------------------- /TEST_CS_ISTA_Net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/TEST_CS_ISTA_Net.py -------------------------------------------------------------------------------- /TEST_CS_ISTA_Net_plus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/TEST_CS_ISTA_Net_plus.py -------------------------------------------------------------------------------- /TEST_ISTA_Net_plus_scripts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/TEST_ISTA_Net_plus_scripts.sh -------------------------------------------------------------------------------- /TEST_ISTA_Net_scripts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/TEST_ISTA_Net_scripts.sh -------------------------------------------------------------------------------- /TEST_MRI_CS_ISTA_Net_plus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/TEST_MRI_CS_ISTA_Net_plus.py -------------------------------------------------------------------------------- /Train_CS_ISTA_Net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/Train_CS_ISTA_Net.py -------------------------------------------------------------------------------- /Train_CS_ISTA_Net_plus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/Train_CS_ISTA_Net_plus.py -------------------------------------------------------------------------------- /Train_ISTA_Net_plus_scripts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/Train_ISTA_Net_plus_scripts.sh -------------------------------------------------------------------------------- /Train_ISTA_Net_scripts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/Train_ISTA_Net_scripts.sh -------------------------------------------------------------------------------- /Train_MRI_CS_ISTA_Net_plus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/Train_MRI_CS_ISTA_Net_plus.py -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_01.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_02.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_03.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_04.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_05.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_06.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_07.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_08.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_09.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_10.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_11.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_12.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_13.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_14.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_15.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_16.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_17.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_18.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_19.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_20.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_21.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_22.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_23.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_24.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_25.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_26.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_27.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_28.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_29.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_30.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_31.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_32.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_33.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_34.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_35.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_36.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_37.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_38.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_39.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_40.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_41.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_42.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_43.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_44.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_45.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_46.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_47.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_48.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_49.png -------------------------------------------------------------------------------- /data/BrainImages_test/brain_test_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/BrainImages_test/brain_test_50.png -------------------------------------------------------------------------------- /data/Set11/Monarch.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/Set11/Monarch.tif -------------------------------------------------------------------------------- /data/Set11/Parrots.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/Set11/Parrots.tif -------------------------------------------------------------------------------- /data/Set11/barbara.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/Set11/barbara.tif -------------------------------------------------------------------------------- /data/Set11/boats.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/Set11/boats.tif -------------------------------------------------------------------------------- /data/Set11/cameraman.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/Set11/cameraman.tif -------------------------------------------------------------------------------- /data/Set11/fingerprint.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/Set11/fingerprint.tif -------------------------------------------------------------------------------- /data/Set11/flinstones.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/Set11/flinstones.tif -------------------------------------------------------------------------------- /data/Set11/foreman.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/Set11/foreman.tif -------------------------------------------------------------------------------- /data/Set11/house.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/Set11/house.tif -------------------------------------------------------------------------------- /data/Set11/lena256.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/Set11/lena256.tif -------------------------------------------------------------------------------- /data/Set11/peppers256.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/data/Set11/peppers256.tif -------------------------------------------------------------------------------- /log/PSNR_SSIM_Results_CS_ISTA_Net_layer_9_group_1_ratio_50_lr_0.0001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/log/PSNR_SSIM_Results_CS_ISTA_Net_layer_9_group_1_ratio_50_lr_0.0001.txt -------------------------------------------------------------------------------- /log/PSNR_SSIM_Results_CS_ISTA_Net_plus_layer_9_group_1_ratio_50_lr_0.0001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/log/PSNR_SSIM_Results_CS_ISTA_Net_plus_layer_9_group_1_ratio_50_lr_0.0001.txt -------------------------------------------------------------------------------- /model/CS_ISTA_Net_layer_9_group_1_ratio_10_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_layer_9_group_1_ratio_10_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_layer_9_group_1_ratio_1_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_layer_9_group_1_ratio_1_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_layer_9_group_1_ratio_25_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_layer_9_group_1_ratio_25_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_layer_9_group_1_ratio_30_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_layer_9_group_1_ratio_30_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_layer_9_group_1_ratio_40_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_layer_9_group_1_ratio_40_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_layer_9_group_1_ratio_4_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_layer_9_group_1_ratio_4_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_layer_9_group_1_ratio_50_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_layer_9_group_1_ratio_50_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_plus_layer_9_group_1_ratio_10_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_plus_layer_9_group_1_ratio_10_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_plus_layer_9_group_1_ratio_1_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_plus_layer_9_group_1_ratio_1_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_plus_layer_9_group_1_ratio_25_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_plus_layer_9_group_1_ratio_25_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_plus_layer_9_group_1_ratio_30_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_plus_layer_9_group_1_ratio_30_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_plus_layer_9_group_1_ratio_40_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_plus_layer_9_group_1_ratio_40_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_plus_layer_9_group_1_ratio_4_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_plus_layer_9_group_1_ratio_4_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/CS_ISTA_Net_plus_layer_9_group_1_ratio_50_lr_0.0001/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/CS_ISTA_Net_plus_layer_9_group_1_ratio_50_lr_0.0001/net_params_200.pkl -------------------------------------------------------------------------------- /model/MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_10/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_10/net_params_200.pkl -------------------------------------------------------------------------------- /model/MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_20/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_20/net_params_200.pkl -------------------------------------------------------------------------------- /model/MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_30/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_30/net_params_200.pkl -------------------------------------------------------------------------------- /model/MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_40/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_40/net_params_200.pkl -------------------------------------------------------------------------------- /model/MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_50/net_params_200.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/model/MRI_CS_ISTA_Net_plus_layer_9_group_1_ratio_50/net_params_200.pkl -------------------------------------------------------------------------------- /result/Set11/Monarch.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_40.22_SSIM_0.9854.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/Monarch.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_40.22_SSIM_0.9854.png -------------------------------------------------------------------------------- /result/Set11/Monarch.tif_ISTA_Net_ratio_50_epoch_200_PSNR_39.56_SSIM_0.9835.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/Monarch.tif_ISTA_Net_ratio_50_epoch_200_PSNR_39.56_SSIM_0.9835.png -------------------------------------------------------------------------------- /result/Set11/Parrots.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_37.26_SSIM_0.9725.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/Parrots.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_37.26_SSIM_0.9725.png -------------------------------------------------------------------------------- /result/Set11/Parrots.tif_ISTA_Net_ratio_50_epoch_200_PSNR_36.84_SSIM_0.9702.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/Parrots.tif_ISTA_Net_ratio_50_epoch_200_PSNR_36.84_SSIM_0.9702.png -------------------------------------------------------------------------------- /result/Set11/barbara.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_36.65_SSIM_0.9778.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/barbara.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_36.65_SSIM_0.9778.png -------------------------------------------------------------------------------- /result/Set11/barbara.tif_ISTA_Net_ratio_50_epoch_200_PSNR_35.49_SSIM_0.9732.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/barbara.tif_ISTA_Net_ratio_50_epoch_200_PSNR_35.49_SSIM_0.9732.png -------------------------------------------------------------------------------- /result/Set11/boats.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_39.91_SSIM_0.9791.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/boats.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_39.91_SSIM_0.9791.png -------------------------------------------------------------------------------- /result/Set11/boats.tif_ISTA_Net_ratio_50_epoch_200_PSNR_39.39_SSIM_0.9765.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/boats.tif_ISTA_Net_ratio_50_epoch_200_PSNR_39.39_SSIM_0.9765.png -------------------------------------------------------------------------------- /result/Set11/cameraman.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_34.32_SSIM_0.9508.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/cameraman.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_34.32_SSIM_0.9508.png -------------------------------------------------------------------------------- /result/Set11/cameraman.tif_ISTA_Net_ratio_50_epoch_200_PSNR_34.01_SSIM_0.9481.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/cameraman.tif_ISTA_Net_ratio_50_epoch_200_PSNR_34.01_SSIM_0.9481.png -------------------------------------------------------------------------------- /result/Set11/fingerprint.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_34.42_SSIM_0.9844.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/fingerprint.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_34.42_SSIM_0.9844.png -------------------------------------------------------------------------------- /result/Set11/fingerprint.tif_ISTA_Net_ratio_50_epoch_200_PSNR_34.03_SSIM_0.9831.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/fingerprint.tif_ISTA_Net_ratio_50_epoch_200_PSNR_34.03_SSIM_0.9831.png -------------------------------------------------------------------------------- /result/Set11/flinstones.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_33.73_SSIM_0.9366.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/flinstones.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_33.73_SSIM_0.9366.png -------------------------------------------------------------------------------- /result/Set11/flinstones.tif_ISTA_Net_ratio_50_epoch_200_PSNR_33.43_SSIM_0.9333.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/flinstones.tif_ISTA_Net_ratio_50_epoch_200_PSNR_33.43_SSIM_0.9333.png -------------------------------------------------------------------------------- /result/Set11/foreman.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_44.18_SSIM_0.9838.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/foreman.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_44.18_SSIM_0.9838.png -------------------------------------------------------------------------------- /result/Set11/foreman.tif_ISTA_Net_ratio_50_epoch_200_PSNR_43.12_SSIM_0.9809.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/foreman.tif_ISTA_Net_ratio_50_epoch_200_PSNR_43.12_SSIM_0.9809.png -------------------------------------------------------------------------------- /result/Set11/house.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_40.33_SSIM_0.9592.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/house.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_40.33_SSIM_0.9592.png -------------------------------------------------------------------------------- /result/Set11/house.tif_ISTA_Net_ratio_50_epoch_200_PSNR_39.66_SSIM_0.9539.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/house.tif_ISTA_Net_ratio_50_epoch_200_PSNR_39.66_SSIM_0.9539.png -------------------------------------------------------------------------------- /result/Set11/lena256.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_38.46_SSIM_0.9775.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/lena256.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_38.46_SSIM_0.9775.png -------------------------------------------------------------------------------- /result/Set11/lena256.tif_ISTA_Net_ratio_50_epoch_200_PSNR_37.88_SSIM_0.9742.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/lena256.tif_ISTA_Net_ratio_50_epoch_200_PSNR_37.88_SSIM_0.9742.png -------------------------------------------------------------------------------- /result/Set11/peppers256.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_39.27_SSIM_0.9690.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/peppers256.tif_ISTA_Net_plus_ratio_50_epoch_200_PSNR_39.27_SSIM_0.9690.png -------------------------------------------------------------------------------- /result/Set11/peppers256.tif_ISTA_Net_ratio_50_epoch_200_PSNR_38.17_SSIM_0.9655.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/result/Set11/peppers256.tif_ISTA_Net_ratio_50_epoch_200_PSNR_38.17_SSIM_0.9655.png -------------------------------------------------------------------------------- /sampling_matrix/Initialization_Matrix_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/Initialization_Matrix_1.mat -------------------------------------------------------------------------------- /sampling_matrix/Initialization_Matrix_10.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/Initialization_Matrix_10.mat -------------------------------------------------------------------------------- /sampling_matrix/Initialization_Matrix_25.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/Initialization_Matrix_25.mat -------------------------------------------------------------------------------- /sampling_matrix/Initialization_Matrix_30.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/Initialization_Matrix_30.mat -------------------------------------------------------------------------------- /sampling_matrix/Initialization_Matrix_4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/Initialization_Matrix_4.mat -------------------------------------------------------------------------------- /sampling_matrix/Initialization_Matrix_40.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/Initialization_Matrix_40.mat -------------------------------------------------------------------------------- /sampling_matrix/Initialization_Matrix_50.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/Initialization_Matrix_50.mat -------------------------------------------------------------------------------- /sampling_matrix/mask_10.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/mask_10.mat -------------------------------------------------------------------------------- /sampling_matrix/mask_20.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/mask_20.mat -------------------------------------------------------------------------------- /sampling_matrix/mask_30.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/mask_30.mat -------------------------------------------------------------------------------- /sampling_matrix/mask_40.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/mask_40.mat -------------------------------------------------------------------------------- /sampling_matrix/mask_50.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/mask_50.mat -------------------------------------------------------------------------------- /sampling_matrix/phi_0_10_1089.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/phi_0_10_1089.mat -------------------------------------------------------------------------------- /sampling_matrix/phi_0_1_1089.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/phi_0_1_1089.mat -------------------------------------------------------------------------------- /sampling_matrix/phi_0_25_1089.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/phi_0_25_1089.mat -------------------------------------------------------------------------------- /sampling_matrix/phi_0_30_1089.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/phi_0_30_1089.mat -------------------------------------------------------------------------------- /sampling_matrix/phi_0_40_1089.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/phi_0_40_1089.mat -------------------------------------------------------------------------------- /sampling_matrix/phi_0_4_1089.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/phi_0_4_1089.mat -------------------------------------------------------------------------------- /sampling_matrix/phi_0_50_1089.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jianzhangcs/ISTA-Net-PyTorch/HEAD/sampling_matrix/phi_0_50_1089.mat --------------------------------------------------------------------------------