Keziwen / SLR-Net

Code for our work: "Learned Low-rank Priors in Dynamic MR Imaging"
33 stars 4 forks source link

I find a conflict between this code and the relative paper! #2

Open yhao-z opened 2 years ago

yhao-z commented 2 years ago
Keziwen commented 2 years ago

Hi Yinghao,

Thanks for your attention to our work! The parameter, 'niter', may should be set to 5. Then you can see if the total parameters is equal to 441889. ISTA-Net can be used as a baseline, as it differs from SLR-Net mainly in the LR Module. (5 * 4 = 441889 - 441869).

You can also communicate with me through the wechat for more detailed discussions. My wechat ID is: kzw_love_nw.

Best, Ziwen

yhao-z commented 2 years ago

Thanks very much!

Angqi666 commented 6 months ago

Dear author,

We trying to reimplentment your method in our work with our data. I got some problem with the

 if acc == 8:
        mask = mat73.loadmat('/data1/ziwenke/SLRNet/mask_newdata/vista_' + mask_size + '_acc_8.mat')['mask']
  elif acc == 10:
      mask = mat73.loadmat('/data1/ziwenke/SLRNet/mask_newdata/vista_' + mask_size + '_acc_10.mat')['mask']
  elif acc == 12:
      mask = mat73.loadmat('/data1/ziwenke/SLRNet/mask_newdata/vista_' + mask_size + '_acc_12.mat')['mask']

what is the shape of the mask here?

Best, Angqi