bioinfo-dirty-jobs / Fetal-MRI-Segmentation

Total Body and Brain 3D Segmentation in Fetal MRI scans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Links

Fetal Total-Body and Brain 3D Segmentation in MRI scans with limited datasets.

  • 3D and 2D segmentation.
  • Implemented Advanced Augmentation techniques.
  • Achieving results below Radiologist Inter & Intra Observer variability.
  • Option to Utilize previous-slice segmentation to improve performance on hard samples.

Training

  • Install Tensorflow & Keras

  • Install dependencies: pip install -r requirements.txt

  • To run training: Config currently in dict inside brats/train_fetal.py

$ python -m brats.train_fetal --config_dir <config_dir>

Where <config_dir> is the folder containing the training configurations (or will be creatad to)

Write prediction images from the validation data

In the training above, part of the data was held out for validation purposes. To write the predicted label maps to file:

$ python -m brats.predict --config_dir <config_dir>

The predictions will be written in the <config_dir>/prediction folder along with the input data and ground truth labels for comparison.

More Instructions and Explanations in the Wiki!

Cool Results

3D Model of the segmented fetal brain

3D Model of the segmented fetal brain

3D Model of the segmented fetal body

Segmentation of fetal brain

Segmentation of fetal brain (only border)

Segmentation of fetal body

About

Total Body and Brain 3D Segmentation in Fetal MRI scans


Languages

Language:Python 90.6%Language:Jupyter Notebook 9.4%