Skip to content

This project performs multimodal MR brain synthesis.

Notifications You must be signed in to change notification settings

JianJuly/MRI-multiSynthesis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

This project performs multimodal MR brain synthesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%