GithubHelp home page GithubHelp logo

edoardogiacomello / brain-mri-generation-using-gans Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emanuelalogna/brain-mri-generation-using-gans

0.0 0.0 0.0 1021.7 MB

Generation missing MRI using GANs - master thesis from Politechnic of Milan

Python 0.25% Jupyter Notebook 99.75%

brain-mri-generation-using-gans's Introduction

Politecnico di Milano - Thesis Repository

Brain Magnetic Resonance Imaging Generation using Generative Adversarial Networks - master thesis

Python PyPI

In Details

Folder structure

├──  data                       - this folder contains a batch of T1c predictions from our models. 
│   ├── batch_from_MIGAN_t1c.npy 
│   ├── batch_from_MIpix2pix_t1c.npy 
│   └── batch_from_pix2pix_t1c.npy
│ 
│
│
├──  documentation/thesis
│   ├── template LaTeX          - this folder contains src LaTex code of the thesis.
│   └── 2020_04_Alogna.pdf      - this file contains the master thesis pdf.
│ 
│
│
├── generation        - this folder contains any source of code related to the MRI generation.
│   ├── experiments   - this folder contains the experiments conducted: Skip and Internal connection analyses
│   ├── models        - this folder contains the code needed to train the 14 models of our work. 
│   ├── tests         - this folder contains the notebooks to test, qualitatively and quantitavely, the models.
│   │
│   ├── compute_baselines.ipynb            - this file contains the code to compute baselines score between modalities.
│   ├── dataset_helpers.py                 - this script contains the code to read the tf.record.
│   ├── evaluation_metrics.py              - this script contains the implemented evaluation metrics.
│   ├── generate_images_to_segment.ipynb   - this file stores all the predictions inside a tf.record.
│   └── write_tfrecord_script.py           - this script is needed to convert .mha files in tf.record.
│
│
│
├── images      - this folder contains images used in the documentation.
│
│
│
├── segmentation      - this folder contains all the files needed to segment the predictions
│   ├── models        - this file contains the models implemented and trained by [1].
│   │
│   ├── DeepMRI.py                                  - script from [1].
│   ├── SegAN_IO_arch.py                            - script from [1].
│   ├── SeganCATonColab.ipynb                       - this file allows to test the predictions contained in data folder
│   ├── dataset_helpers.py                          - script with some utility functions.
│   ├── dsc_from_generated_samples.ipynb            - this file computes DSC from the segmentation of the predictions.
│   └── segmentations_from_generated_samples.ipynb  - this file shows the qualitative results of segmentation of the predictions.

Models overview

Generated MRI samples


alt text

Segmentations using GANs predictions


alt text

References

[1] E. Giacomello, D. Loiacono, and L. Mainardi, “Brain mri tumor segmentation with adversarial networks,” 2019

brain-mri-generation-using-gans's People

Contributors

edoardogiacomello avatar emanuelalogna avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.