Skip to content

ravnoor/MRI-GAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCGAN (pix2pix-keras in Keras 1.0)

CycleGAN (implemented in Keras 2.0)

currently works only with 2D images [tested]


Check DCGAN-keras/main.py and CycleGAN-keras/basic_usage.py for the usage.

  • [DONE] port the code to work with 3D images (nifti to begin with)
  • [WIP] train the GAN to predict T2w from T1w, and T2w from T1w
  • [TODO] implement model test function
  • [TODO] find ~optimal hyper-parameters

The official version of these implementations is published here, and here.

About

Generative Adversarial Networks (GANs) for 3D MRI images [for deepBrainHackMTL-2017]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Shell 1.2%