All Projects → vaibhavshukla182 → Brain-MRI-Segmentation

vaibhavshukla182 / Brain-MRI-Segmentation

Licence: other
Smart India Hackathon 2019 project given by the Department of Atomic Energy

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Brain-MRI-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 (+0%)
Mutual labels:  mri, medical-imaging, segmentation, unet, brain-imaging, keras-tensorflow, brain-tumor-segmentation
Keras Unet
Helper package with multiple U-Net implementations in Keras as well as useful utility tools helpful when working with image semantic segmentation tasks. This library and underlying tools come from multiple projects I performed working on semantic segmentation tasks
Stars: ✭ 196 (+575.86%)
Mutual labels:  segmentation, image-segmentation, unet, keras-tensorflow
Segmentation models
Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
Stars: ✭ 3,575 (+12227.59%)
Mutual labels:  segmentation, image-segmentation, unet, keras-tensorflow
Keras unet plus plus
keras implementation of unet plus plus
Stars: ✭ 166 (+472.41%)
Mutual labels:  segmentation, image-segmentation, unet
Segmentation models.pytorch
Segmentation models with pretrained backbones. PyTorch.
Stars: ✭ 4,584 (+15706.9%)
Mutual labels:  segmentation, image-segmentation, unet
Multiclass Semantic Segmentation Camvid
Tensorflow 2 implementation of complete pipeline for multiclass image semantic segmentation using UNet, SegNet and FCN32 architectures on Cambridge-driving Labeled Video Database (CamVid) dataset.
Stars: ✭ 67 (+131.03%)
Mutual labels:  segmentation, image-segmentation, unet
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+175.86%)
Mutual labels:  medical-imaging, segmentation, image-segmentation
VNet
Prostate MR Image Segmentation 2012
Stars: ✭ 54 (+86.21%)
Mutual labels:  medical-imaging, segmentation, image-segmentation
Medicalzoopytorch
A pytorch-based deep learning framework for multi-modal 2D/3D medical image segmentation
Stars: ✭ 546 (+1782.76%)
Mutual labels:  medical-imaging, segmentation, unet
mri-deep-learning-tools
Resurces for MRI images processing and deep learning in 3D
Stars: ✭ 56 (+93.1%)
Mutual labels:  mri, medical-imaging, segmentation
Open Solution Data Science Bowl 2018
Open solution to the Data Science Bowl 2018
Stars: ✭ 159 (+448.28%)
Mutual labels:  medical-imaging, segmentation, unet
Brain-Tumor-Segmentation-using-Topological-Loss
A Tensorflow Implementation of Brain Tumor Segmentation using Topological Loss
Stars: ✭ 28 (-3.45%)
Mutual labels:  segmentation, image-segmentation, brain-tumor-segmentation
TensorFlow-Advanced-Segmentation-Models
A Python Library for High-Level Semantic Segmentation Models based on TensorFlow and Keras with pretrained backbones.
Stars: ✭ 64 (+120.69%)
Mutual labels:  segmentation, image-segmentation, unet
Deep Unet For Satellite Image Segmentation
Satellite Imagery Feature Detection with SpaceNet dataset using deep UNet
Stars: ✭ 227 (+682.76%)
Mutual labels:  image-segmentation, unet, keras-tensorflow
ResUNetPlusPlus-with-CRF-and-TTA
ResUNet++, CRF, and TTA for segmentation of medical images (IEEE JBIHI)
Stars: ✭ 98 (+237.93%)
Mutual labels:  medical-imaging, image-segmentation, unet
Data Science Bowl 2018
End-to-end one-class instance segmentation based on U-Net architecture for Data Science Bowl 2018 in Kaggle
Stars: ✭ 56 (+93.1%)
Mutual labels:  medical-imaging, segmentation, unet
DARTS
Code for DARTS: DenseUnet-based Automatic Rapid Tool for brain Segmentation
Stars: ✭ 61 (+110.34%)
Mutual labels:  medical-imaging, unet, brain-mri
subpixel-embedding-segmentation
PyTorch Implementation of Small Lesion Segmentation in Brain MRIs with Subpixel Embedding (ORAL, MICCAIW 2021)
Stars: ✭ 22 (-24.14%)
Mutual labels:  mri, medical-imaging, segmentation
MRQy
MRQy is a quality assurance and checking tool for quantitative assessment of magnetic resonance imaging (MRI) data.
Stars: ✭ 58 (+100%)
Mutual labels:  mri, medical-imaging
Brain-Segmentation
Brain Segmentation on MRBrains18
Stars: ✭ 37 (+27.59%)
Mutual labels:  segmentation, brain-imaging

Brain MRI Segmentation

The method we use comes from this paper: From neonatal to adult brain mr image segmentation in a few seconds using 3d-like fully convolutional network and transfer learning

Soft tissue segmentation.

This project was part of the Smart India Hackathon 2019 in which our team was the runner ups. The problem statement was Brain MRI Segmentation using Machine Learning given by Department of Atomic Energy, Government of India

This project could be used by medical professionals for medical purposes.

DAE

Preprocessing

preprocess

architecture

VGG16

Why our model?

• Since we are using transfer learning, a novel approach in this field, so we do not need to train our model from scratch which makes it very fast in training in comparison to other models.

• Stacking 3 successive 2D slices allows us to make a RGB image, another novel idea.This representation enables us to incorporate some 3D information, while avoiding the expensive computational and memory requirements of fully 3D FCN.

• Using Transfer Learning we do not need many training images, so we could train our model very well only on a few training images.

• We are also using traditional data augmentation methods like rotating, cropping and flipping the images in training set for improving our model.

GUI and giving input

GUI

Output

gui

Tumour prediction

tumour

Other regions

Contributors

Vaibhav Shukla
Abhijeet Singh
Omkar Ajnadkar
Govind Singh Rajpurohit
Ratna Priya
Sanath Singavarapu

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