DAGAN icon indicating copy to clipboard operation
DAGAN copied to clipboard

The implementation code for "DAGAN: Deep De-Aliasing Generative Adversarial Networks for Fast Compressed Sensing MRI Reconstruction"

Results 7 DAGAN issues
Sort by recently updated
recently updated
newest added

while loading data_loader.py it showing up dimension error in " img_2d = np.transpose(img_2d, (1, 0))" . Also while trying to do after reducing number of data set for fast training...

Hello, I noticed that you use 15 as the weight for pixel loss, which is much larger than other weights such as for perceptual loss, frequency loss and also generator...

hello, my question is that can we apply this model on generating the new dataset which related to other applications? such as Phase contrast microscopy images such as live cells...

Hi Do you have a updated version of the code? Since Tensorflow 1.0 is too old and I am suffering from a layer building problem. Thanks, Junyu

After reading your paper and codes, i'm strange about the calculation of PSNR. I use some mri data to test the ZF reconstruction and try to calculate the NMSE in...

Hello, I had come accross your work and was very excited to run it. Unfortunately I keep getting an error message "name 'tl' is not defined", this occurs when I...

could you share the code how to create mask such as Gauss2D?