ReconFormer icon indicating copy to clipboard operation
ReconFormer copied to clipboard

ReconFormer: Accelerated MRI Reconstruction Using Recurrent Transformer

Results 9 ReconFormer issues
Sort by recently updated
recently updated
newest added

is that normal that it took a long time to load train and test datastes even i only put 4 data in train folder and 2 data in test folder.

hi, what's the meaning of max and norm ?to be specificly,how to caculate them? take one .h5 file for example: {'acquisition': 'CORPD_FBK', 'max': 0.0004776492332897057, 'norm': 0.1717107184735864}

Nice work!! I want to reproduce your work on my split data. Could you provide the data process program? Thanks a lot!

### Summary Fixes #10 This PR addresses the problem with data-consistency module and 2D Fourier transform functions `fft2`, and `ifft2`. The data-consistency module has been updated, `fft2c` and `ifft2c` functions...

Hi, Thank you for this great work. While using the repo, I came accross with a problem in data-consistency module. Below is a simple forward pass to the data-consistency module....

你好 请问怎么可视化生成的结果呢

Dear author, Thanks for your wonderful work. I'm training the network with the fastMRI single coil dataset, with part of the data (8332 2D images for training). The training time...

Dear author, Thanks for the wonderful work. How did you crop the data, the original size of fastMRI knee is (640, 368), how did you crop the size to (320,320)?...

Hello author, I ran the code strictly according to readme using 3090, but encountered NCCL Error 1: mishandled CUDA error. After disabling CUDNN, there will be a situation of out...