All Projects → zl376 → segDGM_CNN

zl376 / segDGM_CNN

Licence: other
Segment Deep Gray Matter on QSM images using 3D CNN

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to segDGM CNN

axondeepseg
Axon/Myelin segmentation using Deep Learning
Stars: ✭ 102 (+537.5%)
Mutual labels:  segmentation
covid19.MIScnn
Robust Chest CT Image Segmentation of COVID-19 Lung Infection based on limited data
Stars: ✭ 77 (+381.25%)
Mutual labels:  segmentation
Linear-Attention-Mechanism
Attention mechanism
Stars: ✭ 27 (+68.75%)
Mutual labels:  segmentation
keras-semantic-segmentation-example
Example of semantic segmentation in Keras
Stars: ✭ 53 (+231.25%)
Mutual labels:  segmentation
django-segments
A segmentation engine for Django user models
Stars: ✭ 24 (+50%)
Mutual labels:  segmentation
Brain-Tumor-Segmentation-using-Topological-Loss
A Tensorflow Implementation of Brain Tumor Segmentation using Topological Loss
Stars: ✭ 28 (+75%)
Mutual labels:  segmentation
Brainy
Brainy is a virtual MRI analyzer. Just upload the MRI scan file and get 3 different classes of tumors detected and segmented. In Beta.
Stars: ✭ 29 (+81.25%)
Mutual labels:  segmentation
NeuTu
Software package for neuron reconstruction and visualization
Stars: ✭ 34 (+112.5%)
Mutual labels:  segmentation
rgbd person tracking
R-GBD Person Tracking is a ROS framework for detecting and tracking people from a mobile robot.
Stars: ✭ 46 (+187.5%)
Mutual labels:  segmentation
Awesome-Tensorflow2
基于Tensorflow2开发的优秀扩展包及项目
Stars: ✭ 45 (+181.25%)
Mutual labels:  segmentation
image segmentation dl
🍞 基于深度学习方法的图像分割(含语义分割、实例分割、全景分割)。
Stars: ✭ 76 (+375%)
Mutual labels:  segmentation
CAP augmentation
Cut and paste augmentation for object detection and instance segmentation
Stars: ✭ 93 (+481.25%)
Mutual labels:  segmentation
hyperseg
HyperSeg - Official PyTorch Implementation
Stars: ✭ 174 (+987.5%)
Mutual labels:  segmentation
Active-Contour-Model-Matlab
Some matlab code of Active Contour Model for image segmentation
Stars: ✭ 44 (+175%)
Mutual labels:  segmentation
SemanticSegmentation-Libtorch
Libtorch Examples
Stars: ✭ 38 (+137.5%)
Mutual labels:  segmentation
navis
Python 3 library for analysis of neuroanatomical data
Stars: ✭ 68 (+325%)
Mutual labels:  segmentation
MERlin
MERlin is an extensible analysis pipeline applied to decoding MERFISH data
Stars: ✭ 19 (+18.75%)
Mutual labels:  segmentation
Awesome-Vision-Transformer-Collection
Variants of Vision Transformer and its downstream tasks
Stars: ✭ 124 (+675%)
Mutual labels:  segmentation
ETCI-2021-Competition-on-Flood-Detection
Experiments on Flood Segmentation on Sentinel-1 SAR Imagery with Cyclical Pseudo Labeling and Noisy Student Training
Stars: ✭ 102 (+537.5%)
Mutual labels:  segmentation
rembg-greenscreen
Rembg Video Virtual Green Screen Edition
Stars: ✭ 210 (+1212.5%)
Mutual labels:  segmentation

Deep Gray Matter (DGM) Segmentation using 3D Convolutional Neural Network: application to QSM

This work is based on:

  • Jose Dolz, Christian Desrosiers, Ismail Ben Ayed, 3D fully convolutional networks for subcortical segmentation in MRI: A large-scale study, In NeuroImage, 2017
  • joseabernal's solution for iSeg2017. Github

Current outcome

Accepted by ISMRM Workshop on Machine Learning 2018.

Some preliminary reports can be found at Medium (Part 1) (Part 2)

Highlight

  • Update 2018-02-04:

Larger kernel size (7, 7, 3), add Batch Normalization and auxiliary feature input of spatial coordinates information.

  • Update 2018-03-28:

Add wrapper for segmentation (inference).

How to use it (for training)

  1. Put QSM images in datasets/QSM/
  2. Put spatial coordinates maps in datasets/X/, datasets/Y/, datasets/Z/
  3. Put segmented ROI labels in datasets/label/
  4. Run segDGM_3DCNN.ipynb

How to use it (for segmenting nifti)

Example: python3 segDGM_3DCNN.py -i input_filename.nii.gz -o output_label.nii.gz

It uses pre-calculated weights in models/weights_optimal.h5

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].