/MRI-multiSynthesis

This project performs multimodal MR brain synthesis.

Primary LanguagePython

Multimodal Brain Synthesis

This is my own adaptation of the multimodal_brain_synthesis project. For details see the papers Multimodal MR Synthesis via Modality-Invariant Latent Representation and Robust Multi-Modal MR Image Synthesis.

The main files in this project are:

  • model.py: contains the neural network implementation
  • my_loader.py: loads the input data into a Data object.
  • my_train.py: loads the specified data, trains and saves the model.
  • my_test.py: loads the specified data, predicts and saves predicted volumes.

The code is written in Keras and expects image_data_format to be set to channels_first (theano backend).