Skip to content

haris-ali2/BTSegmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Brain Tumor Segmentation using MRI-Mask pairs with UNet

Data

  • The dataset used in the model can be found here.
  • The dataset is restructured into two folders
    • MRI (Containing the MRI scans)
    • Mask (Containing the corresponding segmentation masks)
  • The scans and the masks correspond to each other by having the same file name in the two folders.
  • All the images are in the tif format.

Model

  • The Model used in this project is UNet.
  • The size of the input is 224 x 224 x 3, and the output is 224 x 224 x 1.
  • The Pre-trained weights can be downloaded from here.
  • Optimizer: Adam
  • Loss: BCEWithLogits

Results

  • Here are the prediction results obtained from the model.

    Result 1 Result 2 Result 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors