kulendu / DeepSeg3D

This repository contains a TensorFlow implementation of Semantic Segmentation of Brain Tumor on multi-band 3D volumes using non-uniform 3D U-Nets

Home Page:https://segmentation-project.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains a TensorFlow implementation of Semantic Segmentation of Brain Tumor on multi-band 3D volumes using non-uniform 3D UNets

This codebase provides:

  • Testing code
  • Visualization code

Requirements

Run the following code to install all pip packages:

python3 ./scripts/pkg_install.py

Prepare the data

  1. run the following script to download the generated and conerted data (in pkl format) and copy them under the root folder ./
sh ./scripts/download_generated_pkl_files.sh 
  1. run the following script to download the full dataset
sh ./scripts/download_full_data.sh 

Architecture definations

The model definations are shown here:


Figure: Detailed parameters for all the five models

w/ all the model's performance:


Figure: Info. and statistical data of the models

About

This repository contains a TensorFlow implementation of Semantic Segmentation of Brain Tumor on multi-band 3D volumes using non-uniform 3D U-Nets

https://segmentation-project.github.io


Languages

Language:Python 90.5%Language:Shell 9.5%